{% extends 'index.html' %} {% load pages_tags static i18n humanize thumbnail %} {% block header %}

{% placeholder "title" %} {{ category }}

{% placeholder "lead" with Textarea %}

{% endblock %} {% block content %}
{% for page in blogs %} {% include "blog-card.html" %} {% endfor %}
{% endblock %}