{% include "components/navigation.html" %}
{{ t.loading }}
{% from 'components/read-error.html' import read_error with context %} {% if page_error %} {{ read_error(page_error) }} {% elif (not scope_descriptor and not record_only) or page == 'entry' %} {% include 'entry.html' %} {% else %} {% include page ~ '.html' %} {% endif %}