datatracker/ietf/templates/idindex/showdocs.html
Bill Fenner b251c287bc Remove extra <hr> and fix case.
- Legacy-Id: 509
2007-06-18 21:43:40 +00:00

7 lines
170 B
HTML

{% extends "idindex/base.html" %}
{% block iddbcontent %}
<h3>{{ header }} I-Ds sorted by {{ sort_header }}</h3><br>
{% include "idindex/doclist.html" %}
{% endblock %}