{% load ietf_filters typogrify_tags %}
{% block title %}No title{% endblock %}
{% block pagehead %}{% endblock %}
Toggle navigation
Enable Javascript for full functionality.
{% include "base/menu.html" with flavor="top" %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% if not hide_menu %} {# ugly hack for the more or less unported meeting agenda edit pages #}
{% include "base/menu.html" with flavor="left" %}
{% endif %} {% block content %}{% endblock %} {% block content_end %}{% endblock %} {% if not hide_menu %}
{% endif %}
{% block js %}{% endblock %}