simple http frontend

This commit is contained in:
Christophe Benz 2010-03-29 13:24:13 +02:00 committed by Christophe Benz
commit 8ece426999
4 changed files with 108 additions and 0 deletions

View file

@ -0,0 +1,9 @@
## -*- coding: utf-8 -*-
<%inherit file="base.mako"/>
<%def name="body()">
<ul>
<li><a href="/messages">Messages</a>
</ul>
</%def>