Blueprint example app

This commit is contained in:
Dmitry Shevchenko 2012-03-01 02:07:26 -06:00
parent 20a3281209
commit 85ad4ffb60
7 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{% extends "pages/layout.html" %}
{% block body %}
Hello
{% endblock %}