{% extends "base.html" %} {% block title %}Category: {{ category }}{% endblock title %} {% block content %}

Posts in {{ category }}

All the posts with the category "{{ category }}"


{% endblock content %}