{% comment %}
Used by the recent_events_card template tag.
Expects:
* event_list - A QuerySet of Publications.
* card_title - The title for the card.
{% endcomment %}
{% if event_list|length > 0 %}
{{ card_title }}
{% include 'events/includes/events.html' with event_list=event_list style='unstyled' only %}