blog/themes/simple/templates/category.html
2022-11-02 22:55:14 -04:00

9 lines
192 B
HTML

{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
{% block content_title %}
<h1>Articles in the {{ category }} category</h1>
{% endblock %}