{% extends "base.html" %} {% block main %} {{ user.name }} {{ user.description | safe}} {% for coll in collections %} {{ coll.title }} {% endfor %} {% endblock %}
{{ user.description | safe}}