{% load ietf_filters static %} {# Copyright The IETF Trust 2021, All Rights Reserved #} {% load origin %}{% origin %} {% block title %}No title{% endblock %} {% block pagehead %}{% endblock %} {% if server_mode and server_mode == "production" %} {% else %} {% endif %}
{% block content %}{{ content|safe }}{% endblock %} {% block content_end %}{% endblock %}
{% block footer %} {% endblock %} {% block js %}{% endblock %}