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

{{ title }}

{% endblock %} {% block content %} {% if sectionType.isNew %} {% set action = '/sectionTypes' %} {% else %} {% set action = '/sectionTypes/' + sectionType._id%} {% endif %}
{% if not sectionType.isNew %} {% endif %}
 
{% endblock %}