<div class="content">
{% if event.group %}
<div class="group">[{{ event.group }}]</div>
{% endif %}
<div class="title">
{{ event.title }}
</div>
<div class="time">
{{ event.time }} ({{ event.location }})
</div>
</div>
</a>
{% endfor %}
<a href="https://github.com/dsmwebcollective/dsmwebcollective.github.io/blob/master/CONTRIBUTING.md" target="_blank">Have an upcoming event to add?</a>
{% else %}
<a href="https://github.com/dsmwebcollective/dsmwebcollective.github.io/blob/master/CONTRIBUTING.md" target="_blank">No upcoming events at this time. Have an upcoming event to add?</a>
{% endif %}