{% extends "base.html" %} {% block title %}Events{% endblock %} {% block content %}
This is a simple list of all our current events which we work on to inform the public and offer education to interested groups.
{% for item in object_list %}{{ item.desclist.0 }}
{% endfor %} {% endblock %}