{% block stylesheets %} {# uncomment the following lines to compile SCSS assets with Assetic {% stylesheets filter="scssphp" output="css/app.css" "%kernel.root_dir%/Resources/assets/scss/bootstrap-flatly.scss" "%kernel.root_dir%/Resources/assets/scss/font-awesome.scss" "%kernel.root_dir%/Resources/assets/css/*.css" "%kernel.root_dir%/Resources/assets/scss/main.scss" %} {% endstylesheets %} #} {% endblock %} {% block header %}
{% endblock %}
{% block body %}
{{ include('default/_flash_messages.html.twig') }} {% block main %}{% endblock %}
{% endblock %}
{% block footer %} {% endblock %} {% block javascripts %} {# uncomment the following lines to combine and minimize JavaScript assets with Assetic {% javascripts filter="?jsqueeze" output="js/app.js" "%kernel.root_dir%/Resources/assets/js/jquery-2.1.4.js" "%kernel.root_dir%/Resources/assets/js/moment.min.js" "%kernel.root_dir%/Resources/assets/js/bootstrap-3.3.4.js" "%kernel.root_dir%/Resources/assets/js/highlight.pack.js" "%kernel.root_dir%/Resources/assets/js/bootstrap-datetimepicker.min.js" "%kernel.root_dir%/Resources/assets/js/main.js" %} {% endjavascripts %} #} {% endblock %} {# it's not mandatory to set the timezone in localizeddate(). This is done to avoid errors when the 'intl' PHP extension is not available and the application is forced to use the limited "intl polyfill", which only supports UTC and GMT #}