X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2c8cbdedff9b723bd481e51d3aea771dd93fee7a..94b69cb76f0bdc6fe119a9acc84f73d3afc82cf2:/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 index 000000000..934f4a621 --- /dev/null +++ b/src/wolnelektury/templates/socialaccount/base.html @@ -0,0 +1,7 @@ +{% extends request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,account/base.html" %} + + +{% block breadcrumbs %} + {% block head_title %}{% endblock %} + {{ block.super }} +{% endblock %}