blog/themes/solarized/templates/category.html
2022-11-03 00:05:48 -04:00

10 lines
227 B
HTML

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