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

{{ category }}

{% for article in articles %}

{{ article.title }}

{{ article.date.strftime('%a %d %B %Y') }}

{{ article.summary }} {% endfor %}