{% extends "webshop/base.html" %} {% block section_title %}Category Overview{% endblock %} {% block content %} {% if article_list %} {% else %}

There are no articles in this category.

{% endif %} {% endblock %}