mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +02:00
12 lines
388 B
HTML
12 lines
388 B
HTML
{% if "material/tags" in config.plugins and tags %}
|
|
{% include "partials/tags.html" %}
|
|
{% endif %}
|
|
{% 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" %}
|