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

{{ title }}


{% endblock %} {% block content %} {% if section.isNew %} {% set action = '/sections' %} {% else %} {% set action = '/sections/' + section._id %} {% endif %}
{% for item in section.items %}
{% endfor %}
  Cancel    
{% endblock %}