e10a67428d
- first content - modded theme, based on wraithani'thme, which is based on bootstrap
8 lines
No EOL
216 B
HTML
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 %} |