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

{{ title }}

{% endblock %} {% block content %} {% if (sections.length) %}
{% for sectionGrup in sectionGrups %} {{loop.key +1}} - {{ sectionGrup.sectionGrup }}
{% endfor %}
{% if (pages > 1) %} {% endif %} {% else %}

No articles.  create one

{% endif %} {% endblock %}