--- layout: page --- {% capture image %} {%if page.featured_image_url %} {% endif %} {% endcapture %} {% capture title %}{{ page.title }}{% endcapture %} {% capture share_buttons %}
{% include share-links.html page=page %}
{% endcapture %} {% assign start_day = page.start_date | date: "%j" %} {% assign end_day = page.end_date | date: "%j" %} {% capture date %} {% if start_day < end_day %}

to

{% else %}

{{ page.start_date | date: "%A %e %B" }}

{% if page.end_date %} to {% endif %}

{% endif %} {% endcapture %} {% capture address %}
{{ page.location.venue }}, {% for l in page.location.address_lines %}{{ l }},{% endfor %} {{ page.location.locality }}, {{ page.location.postal_code }}

Get directions...

{% endcapture %} {% capture map %}
{% endcapture %} {% capture form %} {% unless page.embed.error %} {{page.embed.embed_standard_layout_only_styles}} {% elsif page.browser_url %} {% assign an_event_slug = page.browser_url | split: "://" | last | split: "/" | last %}
{% else %}
Sign Up
{% endunless %} {% endcapture %} {% assign t = site.templates | where: "slug", "an-event" | first %} {{ t.content | liquify | markdownify }}