{% extends "newscenter/base.html" %} {% block title %}{{ category }} Articles{% endblock %} {% block appcontent %}

Articles in category "{{ category }}"

{% for article in article_list %} {% include "newscenter/includes/list_article.html" %} {% empty %}

There are no matching articles for this category.

{% endfor %} {% endblock %}