{% extends "base.html" %} {% block title %}{{ category.name }} - {{ site.name }}{% endblock %} {% block content %}

{{ category.name }}

{% if category.description %}

{{ category.description }}

{% endif %}
{% for post in posts %} {% else %}

No posts in this category.

{% endfor %}
{% if total_pages > 1 %} {% endif %}
{% endblock %}