{# MkDocs template for PMM Builds HTML without outer html tags for wrapping within Drupal container #} {%- set url_root = config.site_url %} {%- set site_name = config.site_name %} {%- set page_title = page.title %} {%- set release = config.extra.release %} {# toctree() section level start and limit #} {% set default_level = 1 %} {% set max_level = 4 %} {#### Horizontal navigation bars above and below main content (Home, prev, next) #} {%- macro relbar() %}
{% endmacro %} {#### 'Edit this page' and 'Report issue' links #} {% macro edit_report() %} {% if page and page.edit_url %} {% endif %} {% endmacro %} {#### 'Last updated' (and later, other info such as author, tester) #} {% macro last_updated() %}{{ page.previous_page.title|e }}
{% endif %} {% if page.next_page %}