first commit

This commit is contained in:
Luca Chiricozzi
2014-12-29 23:08:56 +01:00
commit 5f1db9c0c9
22 changed files with 791 additions and 0 deletions

3
templates/category.html Normal file
View File

@@ -0,0 +1,3 @@
{% extends "index.html" %}
{% block title %}{{ SITENAME }} | {{ category|capitalize }}{% endblock %}
{% block description %}{% endblock %}