datatracker/ietf/templates/idindex/wgdocs.html
Henrik Levkowetz e317588462 Minor template tweaks to remove diffs
- Legacy-Id: 463
2007-06-17 02:03:27 +00:00

7 lines
191 B
HTML

{% extends "idindex/base.html" %}
{% block iddbcontent %}
<h2>I-Ds List Working Group, <i>{{ group.name }}</i> ({{ group.acronym }})</h2>
{% include "idindex/doclist.html" %}
{% endblock %}