added the missing page template for bootstrap theme

This commit is contained in:
dengzhp
2012-02-09 21:05:21 +08:00
committed by Alexis Metaireau
parent a006f0a70f
commit 7c039820c2

View File

@@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block indextitle %}{% endblock %}
{% block content %}
<div class='page'>
<div class="page-header"><h1>{{ page.title }}</h1></div>
<div>{{ page.content }}</div>
</div>
{% endblock %}