{% extends "base.html" %} {% block content %} {% for event in events %} {{event.title}} {% endfor %} {% endblock %}