{% 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.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 }}
{{ post.contactEmail }}
{{ post.phone }}
{{ post.website }}
{% for sponsor in post.sponsors %} {{ sponsor.name }}{% if not loop.last %},{% endif %} {% endfor %}