{% extends "base.html" %} {% block content %}
{{ category.name|capitalize }}
{% for article in articles %} {% include "article-card.html" %} {% endfor %}
{% endblock content %}