{% load url from future %} {% load app_extras %} {% block title %}RPKI {% if request.session.handle %}: {{ request.session.handle }}{% endif %}{% endblock %} {% block head %}{% endblock %}
{% block sidebar %}{% 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 %}