aboutsummaryrefslogtreecommitdiffstats
path: root/simple-bootstrap/templates/category.html
blob: 90286801d0296b7053c8a1c7569f0fe20d1cbeae (plain)
1
2
3
4
5
6
7
8
{% extends "index.html" %}
{% block title %} Articles in {{ category }} category - {{ SITENAME }}{% endblock %}
{% block navclass %}{%endblock%}
{% block archclass %} class="active"{%endblock%}
{% block content_title %}
<h2>Articles in the {{ category }} category</h2>
{% endblock %}