cloud.csclub.uwaterloo.ca/themes/csclub/templates/category.html

6 lines
118 B
HTML

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