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

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

{{ result.title }}

{{ pager(doc_id, repo, prev, next) }}
L2 · summary L3 · original
{{ content_html | safe }}
{{ pager(doc_id, repo, prev, next) }}
{% 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 %}