Files
phaten-audio/en/material/templates/partials/content.html

13 lines
379 B
HTML
Raw Normal View History

2025-06-23 16:21:37 +08:00
{#-
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" %}