hbsc_site/pelican/themes/homebrewserver.club/templates/category.html
2017-03-01 22:45:32 +01:00

6 lines
136 B
HTML

{% extends "index.html" %}
{% block content_title %}
<div id="pertaining">Everything pertaining to {{ category }}</div>
{% endblock %}