{% extends "base.html" %} {% block title %}{{ category }} - {{ SITENAME }}{% endblock %} {% block content %}

Posts categorized under: {{ category }}

{% for article in articles_page.object_list %} {% include 'article_summary.inc.html' %} {% endfor %} {% include 'pagination.inc.html' %} {% endblock %}