Initial commit

This commit is contained in:
2020-05-31 15:15:28 +02:00
commit 39c9433fb1
30 changed files with 827 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
{% block content_title %}
<h2>Articles in the {{ category }} category</h2>
{% endblock %}