{% extends app.request.query.get("embed") == '1' ? "base.html.twig" : "bases/base." ~ subdomain ~ ".html.twig" %} {% block title %}{{ parent() }}{% endblock %} {% block head %} {{ parent() }} {# #} {% endblock %} {% block javascript %} {{ parent() }} {% endblock %} {% block styles %} {{parent()}} {% endblock %} {% block body %}

{{ post.name }}


{{ post.description }}

{{ post.extendedDescription }}

{{ post.start|date("l F j, g:i a") }} {% if post.start|date("F j") == post.end|date("F j") %} to {{ post.end|date("g:i a") }} {% else %} {{ post.end|date("F j, g:i a") }} {% endif %} | {{ post.location.name }}

Contact

{{ post.contactEmail }}

{{ post.phone }}

{{ post.website }}

Sponsored by

{% for sponsor in post.sponsors %} {{ sponsor.name }}{% if not loop.last %},{% endif %} {% endfor %}

Google Calendar Facebook logo Twitter logo

{% if post.location.address != '' %} {% endif %}

Related events


{% for post in relatedPosts %}
{{post.name}}
{{post.name}}

{{post.start|date("l F j, g:i a")}}

View event
{% endfor %}
{% endblock %}