datatracker/ietf/templates/nomcom/year_index.html
Lars Eggert bbf088e18b Hopefully the final check-ins.
- Legacy-Id: 19909
2022-02-08 17:29:15 +00:00

8 lines
245 B
HTML

{% extends "nomcom/nomcom_public_base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block subtitle %}- Home{% endblock %}
{% block nomcom_content %}
{% origin %}
{{ template|safe }}
{% endblock %}