{% extends "dash/_frame.twig" %} {# if page is in 'edit' mode, set variables if not, just make them empty #} {% if mode == 'edit' %} {% set id = page['id'] %} {% set uuid = page['uuid'] %} {% set slug = page['slug'] %} {% set feature = page['feature'] %} {% set _title = page['title'] %} {% set tags = page['tags'] %} {% set content = page['content'] %} {% else %} {% set id = '' %} {% set uuid = '' %} {% set slug = '' %} {% set feature = '' %} {% set title = '' %} {% set tags = '' %} {% set content = '' %} {% endif %} {% block title %} {{ title }} {% endblock %} {% block stylesheets %} {% endblock %} {% block mainContent %}
{% if page['feature'] == null %} {% else %} {% endif %}

PRETTY DATE
{% apply spaceless %} {{ include("dash/partials/options.twig") }} {% endapply %}
{% apply spaceless %} {{ include("dash/partials/editor.twig") }} {% endapply %}
 {{- content -}}
{% endblock %} {% block javascripts %} {% endblock %}