{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters %} {% load textfilters %} {% block title %} Shepherd writeup for {{ doc.canonical_name }}-{{ doc.rev }} {% endblock %} {% block content %} {% origin %}
{{writeup|linkify}}
{% if can_edit %}
Edit
{% endif %}
Back
{% endblock %}