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

17 lines
303 B
HTML
Raw Normal View History

2023-09-08 21:49:57 +01:00
{{ page.content }}
2023-09-08 22:10:52 +01:00
Nav: {{ nav }}
Parent: {{ page.parent }}
Section: {{ page.is_section }}
Is lits page: {{ page|is_list_page }}
Children: {{ page|children }}
2023-09-09 10:56:04 +01:00
{% set tag_1_page = get_page('tags/tag1.md') %}
Found page: {{ tag_1_page }}
2023-09-09 12:05:16 +01:00
Image resized: {{ "./assets/test.jpg"|resize_image(1500) }}