{% from 'MopaBootstrapBundle::flash.html.twig' import session_flash %} {% block html_tag %} {% endblock html_tag %} {% block head %} {% if d2_sys_config('sys_google_analytics_enabled') == true %} {% endif %} {% block title %}{{ bright_seo_title() }}{% endblock title %} {% block favicon %}{% endblock %} {% block head_seo %} {{ bright_seo_meta() }} {% endblock head_seo %} {% 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 head_bottom %} {#script type="text/javascript" src="{{ asset('bundles/d2core/js/jquery-1.9.1.js') }}"> #} {# #} {# #} {# #} {% if d2_sys_config('sys_header_fix_position') %} {% endif %} {% 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 header %} {% block header_image %} {% set site_logo = d2_content_get_site_logo() %} {% endblock header_image %} {% endblock header %} {% block container %} {% block container_div_start %}
{% endblock container_div_start %} {% block content_div_start %}
{% endblock content_div_start %} {% block page_header %} {% endblock page_header %} {% block flashes %} {% if app.session.flashbag.peekAll|length > 0 %}
{% for flashMessage in app.session.flashbag.get('error') %}
Oops! {{ flashMessage | raw }}
{% endfor %} {% for flashMessage in app.session.flashbag.get('notice') %}
{{ flashMessage | raw }}
{% endfor %}
{% endif %} {% 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 container_div_end %}
{% endblock container_div_end %} {% endblock container %} {% block footer_tag_start %} {% endblock footer_tag_end %} {% 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 %}