{% extends "main.html" %} {% block content %} {% include "partials/actions.html" %} {% if not "\x3ch1" in page.content %}

{{ page.title | d(config.site_name, true)}}

{% endif %} {{ page.content }} {% include "partials/source-file.html" %} {% include "partials/feedback.html" %} {% include "partials/comments.html" %} {% endblock %}