{% 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()}} {% if isAdmin %} {% endif %} {% endblock %} {% block styles %} {{parent()}} {% if isAdmin %} {% endif %} {% endblock %} {% block body %} {% if isAdmin %} {% endif %}
Have an event, announcement, or volunteer opportunity?

Post to the calendar

Subscribe to our newsletter
{{ render(controller('App\\Controller\\LandingController::miniCalendar')) }}

View full calendar

  Today   Event scheduled

Event types
All {% for type in postTypes %} {{type.name}} {% endfor %}
Event locations
Event sponsors
{% if user != null %}

You are signed in as {{user.email}}. Sign out.

Visit your account.

{% else %}

Sign in or create an account as a user or admin.

{% endif %}
{% if posts[0].start|date('U') > "now"|date('U')|date_modify("+1 day") %}

Today

{% endif %} {% set future = false %} {% for post in posts %} {% if future == false and post.start|date('U') < "now"|date('U')|date_modify("+2 days") %}

Future

{% set future = true %} {% endif %} {% set sponsorIds = [] %} {% set sponsorNames = [] %} {% for sponsor in post.sponsors %} {% set sponsorIds = sponsorIds|merge([sponsor.id]) %} {% set sponsorNames = sponsorNames|merge([sponsor.name]) %} {% endfor %} {% if post.approved == true or isAdmin %}
{% if post.image == null %} {% else %} {% endif %}

{{post.name}} {% if post.postType.id == 1 %}
Volunteer Opportunity {% endif %} {% if post.isAnnouncement %} Announcement {% endif %}

{{post.start | date('F jS, g:i a')}} · {{post.location.name}} · {{sponsorNames|join(', ')}}

{{post.description}}

I'm interested View post {% if isAdmin %} {% set screens = [] %} {% for screen in post.screens %} {% set screens = screens|merge([screen.id]) %} {% endfor %} {% endif %} {% if isAdmin %}
{% if post.approved is same as (false) %}
{% else %} {% endif %} {% endif %} {% if post.likes > 3 or isAdmin %}
{{post.likes}} people are interested in this post{% endif %}
{% endif %} {% endfor %}
Loading...
{% endblock %}