{% extends "base.html" %} {% from "_partials/status.html" import status %} {% block main %}

Documents / {{ doc_id }} / §{{ section_id }}

{{ result.title }}

L2 · summary L3 · original
{{ content_html | safe }}
{% if prev or next %}
{% if prev %} ← previous§{{ prev.id }} {{ prev.title }} {% else %}{% endif %} {% if next %} {% endif %}
{% endif %}
{% endblock %} {% block rail %} {% if toc %}

On this page

{% for t in toc %} {{ t.label }} {% endfor %}
{% endif %}

Citation

{{ result.citation }}

Metadata

{% if entry %}
Status{{ status(entry.status) }}
Tokens L2{{ entry.tokens.l2 }}
Tokens L3{{ entry.tokens.l3 }}
{% else %}
Tokens ({{ level }}){{ result.tokens }}
{% endif %} {% if revision %}
Revision{{ revision }}
{% endif %}
Repo{{ repo }}
{% endblock %}