{% include "partials/actions.html" %}
{# Zensical auto-injects an
from the page title when the page has no
heading of its own. The home page (empty page.url) intentionally has none,
so skip the injection there to avoid an unwanted "Index" heading. #}
{% if "\u003ch1" not in page.content and page.url %}
{{ page.title | d(config.site_name, true)}}
{% endif %}
{{ page.content }}
{% include "partials/tags.html" %}
{% include "partials/source-file.html" %}
{% include "partials/feedback.html" %}
{% include "partials/comments.html" %}