{% include /structure/css.html %} {% seo %} {% include /structure/feeds.html %}
Skip to main content
{% include /structure/navigation.html %} {% include /structure/jumbotron.html %}
{% if page.url == "/events" %}

Events

{% for post in site.events reversed %}

{{ post.title }}

{% if post.date %}

{{ post.date | date_to_string }}

{% endif %}

{{ post.excerpt }}

Read more
{% endfor %} {% elsif page.url == '/contactus' %}

{{ page.title }}

{{ content }}
{% elsif page.url == '/signup' %}

{{ page.title }}

{{ content }}
{% else %}

{{ page.title }}

{{ content }} {% if page.images %} {% assign count = page.images.size %} {% assign slides = page.images | slice:1, count %}
{% endif %}

{% if page.date %} create Created: {{ page.date | date_to_string }} {% endif %} categoryCategory: {{ page.category }} {% for tags in page.tags %} label{{ tags }} {% endfor %}

{% endif %} {% include share_buttons.html %}
{% include structure/footer_logos.html %} {% include structure/footer.html %} {% include structure/javascript.html %} {% include analytics/google_analytics.html %}