{% if next_events %}
Prossimi eventi
{% for event in events %} {% include "components/event.html" %} {% endfor %}
{% endif %}