--- layout: default --- {% comment -%} {%- endcomment -%} {%- if page.image %}{%- endif %}
{%- if page.image %} {%- endif %} {%- if page.description %} {%- if page.age %} {% capture ageStmt %} Recommended for {{ page.age }}.{% endcapture %} {%- endif %}

{{ page.description | newline_to_br }}{{ ageStmt }}

{%- endif %}
{%- if page.website %}
Website
{{ page.website }}
{%- endif %}
Host
{%- if page.orgURL %}
{{ page.organizer }}
{%- else %}
{{ page.organizer }}
{%- endif %} {%- if page.sponsor %}
Sponsor(s)
    {{ spons }} {%- endfor %}
{%- endif %} {%- if page.endDate -%}
Dates
{%- capture endday %} to {{ page.endDate | date: "%b %d, %Y" }}{%- endcapture -%} {%- else %}
Date
{%- endif %}
{{ page.startDate | date: "%b %d, %Y" }}{{ endday }}
Where
{%- if page.venue -%} {%- if page.venueURL %} {{ page.venue }} {%- else %} {{ page.venue }} {%- endif -%} {%- endif %}
{{ page.stAddress | newline_to_br }}
{{ page.locality }}, {{ page.region }}, {%- if page.postal %} {{ page.postal }}, {%- endif %} {{ page.country }}
{%- if page.mappic or page.maplink %} {%- if page.mappic %} Map
{%- endif %} {%- if page.maplink %} click here for directions {%- endif %}
{%- endif %}
{%- if page.langs %}
Language(s)
{%- assign languages = page.langs | split: ", " %} {%- for lang in languages %} {%- unless forloop.first == true %}, {% endunless -%} {{ lang }} {%- endfor -%}
{%- endif %} {%- if page.offers %}
Price
{%- if page.currency %} {{ page.currency }} {%- endif %} {%- if page.price %} {{ page.price }} {%- else %} {{ page.offers }} {%- endif %}
{%- endif %}