{% extends 'thorson_wiki/base.html' %} {% load i18n staticfiles %} {% block content %}

{% blocktrans with title=article.title %} Editing '{{ title }}' {% endblocktrans %}

{% csrf_token %} {% include "thorson_wiki/_update_form.html" %}
{% endblock %} {% block jsfooter %} {% endblock %}