blog/theme/bootstrapdark/templates/page.html
kleph e10a67428d Initial import
- first content
- modded theme, based on wraithani'thme, which is based on bootstrap
2013-07-05 00:07:25 +02:00

8 lines
No EOL
216 B
HTML

{% 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 %}