summaryrefslogtreecommitdiff
path: root/themes/nojs/templates/category.html
blob: a9a105d62acd344a82c04705e7a904008cc379c1 (plain)
1
2
3
4
5
6
7
8
{% extends "index.html" %}

{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}

{% block content_title %}
<h2>{{ category }}</h2>
{% endblock %}