{% extends "base.html" %} {% block main %} {% for title, text in events.items() %}

{{ title }}

{{ text|safe }}
{% endfor%} {% endblock %}