1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes/templates/category.html
2010-09-19 22:29:56 +01:00

5 lines
118 B
HTML

{% extends "index.html" %}
{% block content_title %}
<h2>Articles in the {{ category }} category</h2>
{% endblock %}