Events
{% if featured_event %}
{% with post=featured_event %}
{% include 'posts/partials/_meeting_row.html' %}
{% endwith %}
{% endif %}
{% for post in featured_meeting %}
{% if post %}
{% include 'posts/partials/_meeting_row.html' %}
{% endif %}
{% endfor %}