Login, registration etc.
[wolnelektury.git] / src / wolnelektury / templates / socialaccount / base.html
diff --git a/src/wolnelektury/templates/socialaccount/base.html b/src/wolnelektury/templates/socialaccount/base.html
new file mode 100644 (file)
index 0000000..934f4a6
--- /dev/null
@@ -0,0 +1,7 @@
+{% extends request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,account/base.html" %}
+
+
+{% block breadcrumbs %}
+  <span>{% block head_title %}{% endblock %}</span>
+  {{ block.super }}
+{% endblock %}