{% if not ("titleblock" in page.meta.hide) %}
{% if page.meta.logo %} {% endif %}

{% if page.meta and page.meta.title %} {{ page.meta.title }} {% elif page.toc %} {{ page.toc[0].title }} {% else %} {{ page.title | d(config.site_name, true) }} {% endif %}

{% if page.meta.contact_email %} {{ page.meta.contact_email }} {% endif %}
{% include "partials/actions.html" %}

{% include "partials/atlas_authors.html" %} {% include "partials/atlas_pagestatus.html" %} {% endif %} {# Source repo data for JS (SPA navigation updates the gitlab button from this) #} {{ page.content }} {% if page.meta.project is defined %} {% include "partials/jira.html" %} {% endif %} {% include "partials/tags.html" %} {% include "partials/source-file.html" %} {% include "partials/feedback.html" %} {% include "partials/comments.html" %}