rework server to use flask, new items

This commit is contained in:
Pavol Rusnak 2011-06-12 23:10:22 +02:00
parent 99893f58a0
commit bd828a71e8
8 changed files with 84 additions and 35 deletions

View file

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block title %}Admin{% endblock %}
{% block content %}
admin
{% endblock %}