{% load core_tags menu_tags static wagtailuserbar wagtailcore_tags wagtailimages_tags %} {% get_site_root as site_root %} FEO GmbH - {% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }}{% endif %} {% block extra_css %} {% endblock %} {% if request.user.is_authenticated %} {% wagtailuserbar %} {% endif %}
{% bootstrap5_top_menu parent=site_root calling_page=self %} {% if not self.url == site_root.url %}

{{ self.title }}

{% endif %}
{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}
{% block fullwidth_header %} {% endblock fullwidth_header %}
{% block content %} {% endblock content %}
{% block extra_js %} {% endblock %}