reformat templates
[wolnelektury.git] / src / wolnelektury / templates / base / base.html
diff --git a/src/wolnelektury/templates/base/base.html b/src/wolnelektury/templates/base/base.html
new file mode 100644 (file)
index 0000000..600ec92
--- /dev/null
@@ -0,0 +1,4 @@
+{% extends "base/superbase.html" %}
+
+
+{% block ogtitle %}{% block titleextra %}{{ page_title }}{% endblock %}{% endblock %}