fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cleanup
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
base_simple.html
diff --git a/src/wolnelektury/templates/base_simple.html
b/src/wolnelektury/templates/base_simple.html
new file mode 100644
(file)
index 0000000..
01d89b9
--- /dev/null
+++ b/
src/wolnelektury/templates/base_simple.html
@@ -0,0
+1,13
@@
+{% extends "base.html" %}
+
+
+{% block main %}
+ <div class="page-simple">
+ {% block body %}
+ {% block content %}
+ <h1>{{ title }}</h1>
+ {% block simple-content %}{% endblock %}
+ {% endblock %}
+ {% endblock %}
+ </div>
+{% endblock main %}