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

{{ title }}


{% endblock %} {% block content %} {% if article.isNew %} {% set action = '/articles' %} {% else %} {% set action = '/articles/' + article._id %} {% endif %}
{% if not article.isNew %} {% endif %}
  Cancel
{% if (!article.isNew && article.image && article.image.files && article.image.files.length) %} {% endif %}
{% endblock %}