4 lines
142 B
HTML
4 lines
142 B
HTML
<%inherit file="index.html"/>
|
|
<%block name="content">
|
|
This is Paramecio, a simple web framework based in Bottle, Mako and Python 3.
|
|
</%block>
|