Clean simple theme

This commit is contained in:
Alexandre Bonnetain 2018-06-13 00:20:55 +00:00
commit 80027bc714
11 changed files with 63 additions and 25 deletions

View file

@ -1,4 +1,7 @@
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
{% block content_title %}
<h2>Articles in the {{ category }} category</h2>
{% endblock %}