{% extends "base.html" %} {% block libs %} {% endblock %} {% block content %} {% if page and page.meta %} {% if page.meta.git_revision_date_localized or page.meta.revision_date %} {% include "partials/source-file.html" %} {% endif %} {% endif %} {% if not "\x3ch1" in page.content %}

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

{% endif %} {{ page.content }} {% endblock %} {% block scripts %} {{ super() }} {% if config.extra.debug %} {% include "partials/debug.html" %} {% endif %} {% endblock %}