{% extends 'articles/base.html' %} {% block meta_tags %} {% endblock meta_tags %} {% block content %} Articles on {{ category }} {{ category.description }} {% for article in articles %} {{ article.title }} {{ article.created }} {% endfor %} {% include 'articles/inc/_footer.html' %} {% endblock content %}
{{ article.title }}