diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 714cdc03e..1bf22b713 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -38,128 +38,102 @@ - {# 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') %} -
+
+ {% for flashMessage in app.session.flashbag.get('success') %} +
+ {{ flashMessage|raw }} -
- {% endfor %} + +
+ {% endfor %} - {% for flashMessage in app.session.flashbag.get('danger') %} -
+ {% for flashMessage in app.session.flashbag.get('danger') %} +
+ {{ flashMessage|raw }} -
- {% endfor %} + +
+ {% endfor %} - {% for flashMessage in app.session.flashbag.get('info') %} -
+ {% for flashMessage in app.session.flashbag.get('info') %} +
+ {{ flashMessage|raw }} -
- {% endfor %} - - -
- + +
+ {% endfor %}
{# {% endif %} #} -
-
+
+
- {% block content %} - - + {% block content %}

Title

-

Hello !

+

Hello !

-
+
Primary - - - {% endblock %} -
-
+
+ {% endblock %} +
+ - - \ No newline at end of file