{% 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! #} {# To use this without less or sass use the base.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 {% javascripts 'http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js' %} {% endjavascripts %} #} {% endblock head_script %} {% block title %}Mopa Bootstrap Bundle{% endblock title %} {% block favicon %}{% endblock %} {% block head_bottom %} {% endblock head_bottom %} {% endblock head %} {% block body_tag %} {% endblock body_tag %} {% block body_start %} {% endblock body_start %} {% block body %} {% block navbar %} {% 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 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 %} {# Please add the javascripts you need in your project #} {% endblock foot_script_assetic %} {% endblock foot_script %} {% endblock body %} {% block body_end %} {% endblock body_end %}