diff --git a/fragdenstaat_de/fds_cms/templates/cms/pub_base.html b/fragdenstaat_de/fds_cms/templates/cms/pub_base.html index 998cafff2..7ec61ed1e 100644 --- a/fragdenstaat_de/fds_cms/templates/cms/pub_base.html +++ b/fragdenstaat_de/fds_cms/templates/cms/pub_base.html @@ -1,4 +1,4 @@ -{% extends "cms/page.html" %} +{% extends "cms/page_breadcrumb.html" %} {% load i18n %} {% load cms_tags %} @@ -6,64 +6,42 @@ {% load fds_cms_tags %} {% block body %} + {% page_url request.current_page|get_soft_root as base_url %} + {% page_attribute "page_title" request.current_page|get_soft_root as base_title %} -{% page_url request.current_page|get_soft_root as base_url %} -{% page_attribute "page_title" request.current_page|get_soft_root as base_title %} - -
-
- -
-
-
    - {% show_menu 1 100 0 1 %} -
-
-
-
-
-
- {% if not request.current_page.soft_root and request.current_page.in_navigation %} -
-
{% endif %} -
-
- {% block app_body %} - {% placeholder "content" %} - {% endblock %} -
-
-
+
{% static_placeholder "book_pub_footer" %} {% include "_frontend.html" with entry_point="bookpub.js" %} -{% endblock %} +{% endblock body %}