Login, registration etc.
[wolnelektury.git] / src / wolnelektury / templates / 2022 / base_simple.html
diff --git a/src/wolnelektury/templates/2022/base_simple.html b/src/wolnelektury/templates/2022/base_simple.html
new file mode 100644 (file)
index 0000000..481d814
--- /dev/null
@@ -0,0 +1,13 @@
+{% extends "2022/base.html" %}
+
+
+{% block main %}
+  <div class="page-simple">
+    {% block body %}
+      {% block content %}
+        <h1>{{ title }}</h1>
+        {% block simple-content %}{% endblock %}
+      {% endblock %}
+    {% endblock %}
+  </div>
+{% endblock main %}