1
Fork 0
mkdocs-site/theme/main.html

14 lines
242 B
HTML

{{ page.content }}
Nav: {{ nav }}
Parent: {{ page.parent }}
Section: {{ page.is_section }}
Is lits page: {{ page|is_list_page }}
Children: {{ page|children }}
{% set tag_1_page = get_page('tags/tag1.md') %}
Found page: {{ tag_1_page }}