{% extends 'content.template.html' -%} {% block content %}
{$ doc.description | marked $}
{% for section in doc.errors %}

{$ section.title $} errors

{% endfor %} {% endblock %}