{% 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) #} {% if '') %} {% set ns = namespace(html='', skip=true, kept=false) %} {% for part in parts %} {% if ns.skip %} {% set ns.skip = false %} {% else %} {% if ns.kept %}{% set ns.html = ns.html + '' %}{% endif %} {% set ns.kept = true %} {% set ns.html = ns.html + part %} {% endif %} {% endfor %} {{ ns.html }} {% else %} {{ page.content }} {% endif %} {% include "partials/tags.html" %} {% include "partials/source-file.html" %} {% include "partials/feedback.html" %} {% include "partials/comments.html" %}