{% extends "newscenter/base.html" %} {% block appcontent %}

{% block title %}{{ category }} Articles{% endblock %}

{% include "newscenter/includes/article_list.html" %} {% endblock %}