X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2Flayout.html.twig;h=42aeace931f4f01c5128b06015e4a4c689bfb4ea;hb=0eb8220204953b874ebd2dbd0362973f3f45074c;hp=dffea03667ba381f3e1fe20f76ae07d43fe5e3a1;hpb=495aecfe7417918c45d8ea32b1ee8903018449cd;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig index dffea036..42aeace9 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig @@ -2,16 +2,66 @@ {% block css %} {{ parent() }} - - - - - - + {% if not app.debug %} + + {% endif %} {% endblock %} {% block scripts %} {{ parent() }} + +{% endblock %} + +{% block header %} +
+

+ {% block logo %} + + wallabag logo + + {% endblock %} +

+
+{% endblock %} + +{% block menu %} + + +{% endblock %} + +{% block messages %} + {% for flashMessage in app.session.flashbag.get('notice') %} +
+ × +

{{ flashMessage|trans }}

+
+ {% endfor %} +{% endblock %} - +{% block footer %} + {% endblock %}