{% extends 'base.html' %} {% block content %}
{% for event in events%}

{{event.description}}
{% endfor %}
{% endblock %}