1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes/simple/templates/category.html

5 lines
118 B
HTML
Raw Normal View History

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