Back to Loco

{{ page.title | safe }}

docs-site/templates/docs/page.html

0.16.4369 B
Original Source

{{ page.title | safe }}

{% if page.extra.lead %}

{{ page.extra.lead | safe }}

{% endif %} {{ page.content | safe }} {% if config.extra.edit_page %} {{ macros_edit_page::docs_edit_page(current_path=current_path) }} {% endif %} {{ macros_navigation::docs_navigation(page=page, current_section=current_section) }}

{{ macros_toc::docs_toc(page=page) }}