Skip to content

Commit

Permalink
added the missing page template for bootstrap theme
Browse files Browse the repository at this point in the history
  • Loading branch information
stattrak-dragonlore authored and almet committed Feb 28, 2012
1 parent a006f0a commit 7c03982
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bootstrap/templates/page.html
Original file line number Diff line number Diff line change
@@ -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 %}

0 comments on commit 7c03982

Please sign in to comment.