{% extends "article_base.html" %} {% block head %} Indeks: Side {{ page }} {% endblock %} {% block content %}

Indeks

{% for c in categories %}

{{ c.category }}

{% for art in c.articles %} {{ art.title }}
{% endfor %}

{% endfor %}
{% endblock %} {% block footer %} {% endblock %}