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

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

{% block content_title %}
    <h2>Articles in the {{ category }} category</h2>
{% endblock %}