diff options
Diffstat (limited to 'bootstrap/templates/page.html')
-rw-r--r-- | bootstrap/templates/page.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstrap/templates/page.html b/bootstrap/templates/page.html new file mode 100644 index 0000000..15015ff --- /dev/null +++ b/bootstrap/templates/page.html @@ -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 %}
\ No newline at end of file |