{% extends "base.html" %} {% block page_head %} {% endblock %} {% block content %}
{% for line in description %}

{{ line|safe }}

{% endfor %}
{% endblock %}