datatracker/ietf/templates/idindex/id_abstracts.txt
Henrik Levkowetz 75365a9181 Template tweaks.
- Legacy-Id: 4644
2012-07-27 22:16:47 +00:00

10 lines
472 B
Plaintext

{% extends "idindex/id_index.txt" %}{% load ietf_filters %} {% block intro %} Current Internet-Drafts
This summary sheet provides a short synopsis of each Internet-Draft
available within the "internet-drafts" directory at the shadow
sites directory. These drafts are listed alphabetically by working
group acronym and start date. Generated {{ time }}
{% endblock %}{% block abstract %}
{{ draft.clean_abstract|indent|indent|safe }}{% endblock %}