{% extends '../layouts/default.html' %} {% block main %}

{{ title }}

{{ section.sectionType }} {% endblock %} {% block content %} {% if section.isNew %} {% set action = '/sections' %} {% else %} {% set action = '/sections/' + section._id %} {% endif %}
  Cancel  
{% endblock %}