jean-cloud_website/themes/jean-cloud/templates/category.html

9 lines
191 B
HTML
Raw Normal View History

2020-03-02 23:01:32 +00:00
{% extends "base.html" %}
2020-02-26 12:37:19 +00:00
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
{% block content_title %}
<h2>Articles in the {{ category }} category</h2>
{% endblock %}