{% macro build_document_crumbs(document) %} {%- endmacro %} {% macro get_document_buttons(document) %} {% if document.parent %} {# If there is a parent doc, use it for translating. #} {% set translate_url = url('wiki.select_locale', document_path=document.parent.full_path) %} {% else %} {% set translate_url = url('wiki.select_locale', document_path=document.full_path, locale=document.locale) %} {% endif %}
{%- endmacro %} {% macro get_document_subnav(html) %} {%- endmacro %} {% macro get_document_quick_links(html) %}