{% extends "base.html" %} {% load typogrify display %} {% block title %}: "{{ footnote.footnoted_text }}"{% endblock %} {% block js %} {% endblock %} {% block content %}

{% filter typogrify %} "{{ footnote.footnoted_text }}" {% endfilter %}

Footnote for {% with footnote.transcript.document as document %} {{ document.description|as_html|typogrify }} {% endwith %}
{{ footnote.content|as_html|typogrify }}
{% if request.user.is_authenticated %} Edit {% endif %}
{{ footnote|display_edit_history }}
{% include "disqus.include" %}
{% endblock %}