did some major cleanup work and implemented subpages

This commit is contained in:
sqozz
2015-02-05 22:17:33 +01:00
parent 9d9b505886
commit a8bf953078
11 changed files with 76 additions and 159 deletions

9
templates/categorys.html Normal file
View File

@ -0,0 +1,9 @@
<!--
vim: ts=2 noexpandtab
-->
{% extends "index.html" %}
{% block title %}{{ super() }} - Categorys{% endblock%}
{% set active_page = "categorys" %}
{% block content %}
<p>CATEGORYS</p>
{% endblock content%}