blog/themes/simple/templates/category.html

9 lines
192 B
HTML
Raw Normal View History

2022-11-03 02:55:14 +00:00
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
{% block content_title %}
<h1>Articles in the {{ category }} category</h1>
{% endblock %}