{% extends "wiki/_section.html" %} {% block title %}help - {{name}}{% endblock %} {% block section_content %}

Editing {{name}}

{% if content %} {% endif %}
{% csrf_token %} {{form.as_p}}
{% endblock %}