{% stylesheets output="css/all.css" filter="cssrewrite" "bundles/clchillmain/css/gumby.css" "bundles/clchillmain/css/chillmain.css" %} {% endstylesheets %} {% block css%}{% endblock %} {% javascripts output="js/modernizer.js" "bundles/clchillmain/js/modernizr-2.6.2.min.js" %} {% endjavascripts %} {# class for multicolumn in gumpy #}
{# Flash messages ! {% if (app.session.flashbag.get('success').length > 0 OR app.session.flashbag.get('danger').length > 0 OR app.session.flashbag.get('info').length > 0 ) %}#}
{% for flashMessage in app.session.flashbag.get('success') %}
{{ flashMessage|raw }}
{% endfor %} {% for flashMessage in app.session.flashbag.get('danger') %}
{{ flashMessage|raw }}
{% endfor %} {% for flashMessage in app.session.flashbag.get('info') %}
{{ flashMessage|raw }}
{% endfor %}
{# {% endif %} #}
{% block content %}

Title

Hello !

Primary {% endblock %}
{% javascripts output="js/all.js" "bundles/clchillmain/js/jquery-2.0.2.min.js" "bundles/clchillmain/js/gumby.js" "bundles/clchillmain/js/gumby.init.js" "bundles/clchillmain/js/ui/*.js" %} {% endjavascripts %}