Added new files

This commit is contained in:
Antonio de la Rosa 2015-12-07 03:39:06 +01:00
commit 18a0d48c8c
31 changed files with 1956 additions and 0 deletions

View file

@ -0,0 +1,4 @@
<%inherit file="index.html"/>
<%block name="content">
This is Paramecio, a simple web framework based in Bottle, Mako and Python 3.
</%block>