{% from 'MopaBootstrapBundle::flash.html.twig' import session_flash %} {% block html_tag %} {% endblock html_tag %} {% block head %} {% block head_style %} {# Override this block to add your own files! #} {% stylesheets '@MopaBootstrapBundle/Resources/public/less/mopabootstrapbundle.less' '@MopaBootstrapBundle/Resources/public/less/eyecon-bootstrap-datepicker.less' %} {% endstylesheets %} {# To use this without less use the base_css.html.twig template as your base # Be sure you understand whats going on: have a look into # https://github.com/phiamo/MopaBootstrapBundle/blob/master/Resources/doc/css-vs-less.md #} {% endblock head_style %} {% block head_script %} {# Overwrite this block to add your own js here, to get them generated into final files #} {% endblock head_script %} {% block title %}Mopa Bootstrap Bundle{% endblock title %} {% block head_bottom %} {% endblock head_bottom %} {% endblock head %} {% block body_tag %} {% endblock body_tag %} {% block body_start %} {% endblock body_start %} {% block body %} {% block navbar %} {{ mopa_bootstrap_navbar('frontendNavbar') }} {% endblock navbar %} {% block container %} {% block container_div_start %}
{% endblock container_div_start %} {% block header %} {% endblock header %} {% block content_div_start %}
{% endblock content_div_start %} {% block page_header %} {% endblock page_header %} {% block flashes %} {% if app.session.flashbag.peekAll|length > 0 %}
{{ session_flash() }}
{% 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 container_div_end %}
{% endblock container_div_end %} {% endblock container %} {% 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 #} {% javascripts 'http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-tooltip.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-affix.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-alert.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-button.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-carousel.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-collapse.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-dropdown.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-modal.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-popover.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-scrollspy.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-tab.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-transition.js' '@MopaBootstrapBundle/Resources/public/js/mopabootstrap-collection.js' '@MopaBootstrapBundle/Resources/public/js/mopabootstrap-subnav.js' '@MopaBootstrapBundle/Resources/public/js/eyecon-bootstrap-datepicker.js' %} {% endjavascripts %} {% endblock foot_script %} {% endblock body %}