{% extends 'articles/base.html' %} {% block meta_tags %} {% endblock meta_tags %} {% block content %}

Articles on {{ category }}

{{ category.description }}

{% for article in articles %}

{{ article.title }}

{% endfor %}
{% include 'articles/inc/_footer.html' %} {% endblock content %}