2022-04-07 19:18:50 +02:00
|
|
|
{#-
|
|
|
|
This file was automatically generated - do not edit
|
|
|
|
-#}
|
|
|
|
{% if "tags" in config.plugins %}
|
|
|
|
{% include "partials/tags.html" %}
|
|
|
|
{% endif %}
|
2022-09-03 21:33:49 +02:00
|
|
|
{% include "overrides/partials/actions.html" %}
|
2022-04-07 19:18:50 +02:00
|
|
|
{% if not "\x3ch1" in page.content %}
|
|
|
|
<h1>{{ page.title | d(config.site_name, true)}}</h1>
|
|
|
|
{% endif %}
|
|
|
|
{{ page.content }}
|
2022-06-04 07:51:12 +02:00
|
|
|
{% if page.meta and (
|
2022-04-07 19:18:50 +02: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" %}
|