fossy-placeholder/themes/fossy/templates/category.html

8 lines
210 B
HTML
Raw Normal View History

{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
{% block content_title %}
2023-04-20 01:29:53 +00:00
<h1 class="page-title">Articles in the {{ category }} category</h1>
{% endblock %}