{% extends "base" %} {% block content %} {% for event in events %}

{{ event.name }}

{% if event.description -%}

{{ event.description }}

{% endif -%} {% endfor %}
{% endblock content %}