{% include 'snippetMacros.html' %}

{% block label %}New Event{% endblock %}

{% block topButtons %} {% endblock %}
{{ snippetText('title', 'Title') }} {# Slugs become editable later, allow the edit template to add them here #} {% block slug %}{% endblock %} {{ snippetText('start-date', 'Start Date') }} {{ snippetText('start-time', 'Start Time') }} {{ snippetText('end-date', 'End Date') }} {{ snippetText('end-time', 'End Time') }} {{ snippetTags('tags', 'Tags (comma-separated)') }} {{ snippetBoolean('published', 'Published') }} {# The real work for these is in main.js, just get placeholders into the form #} {{ snippetArea('body', 'Description') }} {{ snippetSingleton('thumbnail', 'Thumbnail') }} {{ snippetText('address', 'Address') }}
{% block buttons %} {{ snippetNewButtons() }} {% endblock %}