{% if block('title') is defined and block('seo') is empty %} {% block title %}{% endblock %} CUMAS365 SFT {% endif %} {% block seo %}{% endblock %} {% block header %} {% include 'general/header.html.twig' %} {% endblock %} {% block styles %} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %}
{% block navigation %} {% include 'general/navigation.html.twig' %} {% endblock %}
{% set block_to_render = block_to_render | default('body') %} {% if block_to_render == 'body_left' %}
{% block body_left %}

default content left

{% endblock %}
{# Hintergrundbild #}
{% endif %} {% if block_to_render == 'body_right' %}
{# Hintergrundbild #}
{% block body_right %}

default content right

{% endblock %}
{% endif %} {% if block_to_render == 'body' %}
{% block messages %} {% for label, messages in app.flashes %} {% for message in messages %} {% endfor %} {% endfor %} {% endblock %} {% include 'general/navigation_menu.html.twig' %}
{% block body %}

default content

{% endblock %}
{% if license == 'pro' or license == 'business' %} {# BOTTOM MENU FOR MOBILE AND TABLET #} {% endif %} {% endif %}