{% 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" %}