{% load app_extras %} {% block title %}RPKI {% if request.session.handle %}: {{ request.session.handle }}{% endif %}{% endblock %} {% block head %}{% endblock %}
{% if messages %} {% for message in messages %} {# this will break if there is more than one tag, but don't expect to use that feature #}
{{ message }}
{% endfor %} {% endif %} {% block content %}{% endblock %}
{# allow templates to include script snippets #} {% block script %}{% endblock %}