{% extends 'base.html' %} {% load martortags %} {% block header_button %} {% if html_button_path %}
{% include html_button_path %}
{% endif %} {% endblock %} {% block main %}
{% if form_header %}{% include form_header %}{% endif %}
{% include "generics/form_edit.html" %}
{% for doc in docs %}

{{ doc.title }}

{% if request.user.is_superuser %} {% endif %}
{{ doc.content|safe_markdown }}
{% endfor %}
{% load static %} {% endblock %}