{% extends "base.html" %} {% block seo_tags %} {# TODO: add support for og:image using metadata #} {% endblock seo_tags %} {% block title %}Category: {{ category }}{% endblock title %} {% block content %}

Posts in {{ category }}

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

{% endblock content %}