1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-02-15 09:52:34 +01:00

13 lines
379 B
HTML

{#-
This file was automatically generated - do not edit
-#}
{% include "partials/tags.html" %}
{% include "partials/actions.html" %}
{% if "\x3ch1" not in page.content %}
<h1>{{ page.title | d(config.site_name, true)}}</h1>
{% endif %}
{{ page.content }}
{% include "partials/source-file.html" %}
{% include "partials/feedback.html" %}
{% include "partials/comments.html" %}