2021-11-14 08:22:57 +01:00
|
|
|
{#-
|
|
|
|
This file was automatically generated - do not edit
|
|
|
|
-#}
|
2023-08-21 18:06:46 +02:00
|
|
|
{% if "material/tags" in config.plugins and tags %}
|
2022-02-17 17:20:36 +01:00
|
|
|
{% include "partials/tags.html" %}
|
|
|
|
{% endif %}
|
2022-09-03 21:33:49 +02:00
|
|
|
{% include "partials/actions.html" %}
|
2023-02-16 12:38:35 +01:00
|
|
|
{% if "\x3ch1" not in page.content %}
|
2021-11-14 08:22:57 +01:00
|
|
|
<h1>{{ page.title | d(config.site_name, true)}}</h1>
|
|
|
|
{% endif %}
|
|
|
|
{{ page.content }}
|
2022-06-04 07:51:12 +02:00
|
|
|
{% if page.meta and (
|
2021-11-14 08:22:57 +01:00
|
|
|
page.meta.git_revision_date_localized or
|
|
|
|
page.meta.revision_date
|
|
|
|
) %}
|
|
|
|
{% include "partials/source-file.html" %}
|
|
|
|
{% endif %}
|
2022-07-20 17:25:55 +02:00
|
|
|
{% include "partials/feedback.html" %}
|
2022-09-11 19:25:40 +02:00
|
|
|
{% include "partials/comments.html" %}
|