added the missing page template for bootstrap theme
This commit is contained in:
committed by
Alexis Metaireau
parent
a006f0a70f
commit
7c039820c2
8
bootstrap/templates/page.html
Normal file
8
bootstrap/templates/page.html
Normal 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 %}
|
||||||
Reference in New Issue
Block a user