Custom Events

{% for events in su.collection( “events” ).sort( “events.dateTime” ) %} {% endfor %}
Date Title More
{{ events.dateTime }}

{{ events.title }}

{% set identifier = random(9999999999999999) %}
Description: {{ events.description }} {% if events.location.address %}
Location: {{ events.location.address }}, {{ events.location.city }} {{ events.location.state }} {{ events.location.zip }} {% endif %} {% if events.moreInfo %}
More Info: {{ events.moreInfo }} {% endif %} {% if events.cost %}
Cost: {{ events.cost }} {% endif %} {% if events.image %} {% endif %}