{% block headline %}Mopa Bootstap Bundle{% endblock %}
{% block content %}
Hier könnte Ihre Werbung stehen ...
{% block content_sidebar %}
{% endblock content %}
{% from 'MopaBootstrapBundle::flash.html.twig' import session_flash %}
{% block head_style %} {# Add your own bundles css here, to get them generated into final files #} {% stylesheets filter='less,cssembed,?yui_css' '@MopaBootstrapBundle/Resources/public/less/mopabootstrapbundle.less' %} {% endstylesheets %} {# if you dont use less, try this: be warned paginator.less isnt compiled yet so its missing {% block head_style %} {% stylesheets filter='less,?yui_css' '@MopaBootstrapBundle/Resources/bootstrap/bootstrap.css' '@YourNiceBundle/Resources/public/css/*' %} {% endstylesheets %} #} {% 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 %}