blog/themes/solarized/templates/category.html

10 lines
227 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 %}
2022-11-03 03:36:10 +00:00
<h1>Articles in the {{ category }} category</h1>
<hr class="article-split">
2022-11-03 02:55:14 +00:00
{% endblock %}