{% for event in html_list %}
{{ event.date }}
{{ event.name }}
{{ event.location }}
{% endfor %}