{% from 'MopaBootstrapBundle::flash.html.twig' import session_flash %} {% block html_tag %} {% endblock html_tag %} {% block head %} {% block head_style %} {% stylesheets '@MopaBootstrapBundle/Resources/public/less/mopabootstrapbundle.less' %} {% endstylesheets %} {# #} {% endblock head_style %} {% block head_style_extra %} {% endblock head_style_extra %} {% block head_script %} {# Overwrite this block to add your own js here, to get them generated into final files {% javascripts 'http://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' filter='cssrewrite' %} {% endjavascripts %} #} {% endblock head_script %} {% block title %}{{ bright_seo_title() }}{% endblock title %} {% block favicon %}{% endblock %} {% block head_seo %} {{ bright_seo_meta() }} {% endblock head_seo %} {% block head_bottom %} {# #} {# #} {% endblock head_bottom %} {% block head_script_extra %} {% endblock head_script_extra %} {% endblock head %} {% block body_tag %} {% endblock body_tag %} {% block body_start %} {% endblock body_start %} {% block body %} {% block navbar %} {% embed '@MopaBootstrap/Navbar/navbar.html.twig' with { fixedTop: true, staticTop: false, fixedBottom: false, staticBottom: false, inverse: true, fluid: true, id: 'mainTop' } %} {% block brand %} {% endblock %} {% block menu %} {{ mopa_bootstrap_menu('main') }} {% endblock %} {% endembed %} {% endblock navbar %} {% block container %} {% block container_div_start %}
{% endblock container_div_start %} {% block header %} {% block header_image %} {% set site_logo = d2_content_get_admin_logo() %} LOGO {% endblock header_image %} {% endblock header %} {% block content_div_start %}
{% endblock content_div_start %} {% block page_header %} {% endblock page_header %}
{% block flashes %}
{% for flashMessage in app.session.flashbag.get('error') %}
Oops! {{ flashMessage | raw }}
{% endfor %} {% for flashMessage in app.session.flashbag.get('notice') %}
{{ flashMessage | raw }}
{% endfor %}
{% endblock flashes %} {% block content_row %}
{% block content %}
{% block content_content %} Hier könnte Ihre Werbung stehen ... {% endblock content_content %}
{% block content_sidebar %}

Sidebar

{% endblock content_sidebar %}
{% endblock content %}
{% endblock content_row %} {% block content_div_end %}
{% endblock content_div_end %} {% block content_pop %} {% endblock content_pop %} {% block footer_tag_start %} {% endblock footer_tag_end %} {% block container_div_end %}
{% endblock container_div_end %} {% endblock container %} {% block body_end_before_js %} {% endblock body_end_before_js %} {% block foot_script %} {# To only use a subset or add more js overwrite and copy paste this block To speed up page loads save a copy of jQuery in your project and override this block to include the correct path Otherwise the regeneration is done on every load in dev more with use_controller: true #} {% block foot_script_assetic %} {% javascripts '@MopaBootstrapBundle/Resources/public/bootstrap/js/tooltip.js' '@MopaBootstrapBundle/Resources/public/bootstrap/js/*.js' '@MopaBootstrapBundle/Resources/public/js/mopabootstrap-collection.js' '@MopaBootstrapBundle/Resources/public/js/mopabootstrap-subnav.js' %} {% endjavascripts %} {% endblock foot_script_assetic %} {% endblock foot_script %} {% endblock body %} {% block body_end %} {% endblock body_end %}