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

{{ title }}

{% endblock %} {% block content %}
{% if (sectionGrups.length) %} {% for sectionGrup in sectionGrups %} {% include 'sectionGrup.html' %} {% endfor %} {% if (pages > 1) %} {% endif %} {% else %}

No articles.  create one

{% endif %}
{% endblock %}