{% extends '../layouts/default.html' %} {% block main %} {% endblock %} {% block content %}
{% if (sectionTypes.length) %} {% for sectionType in sectionTypes %} {% include 'sectionType.html' %} {% endfor %} {% if (pages > 1) %} {% endif %} {% else %}

No articles.  create one

{% endif %}
{% endblock %}