File diff 000000000000 → 000000000000
themes/bootstrap/templates/page.html
Show inline comments
 
new file 100644
 
{% 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 %}
 
\ No newline at end of file