blog-theme/alchemy/templates/category.html

10 lines
216 B
HTML

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