mkdocs-material/material/partials/page.html

8 lines
186 B
HTML
Raw Normal View History

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