X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2Flayout.html.twig;h=4fd4d317afb183558f37674bf21d39ef29b5957f;hb=5ecdfcd041767c9e3244a92bb0a6cc3c3f80fea3;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..4fd4d317 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,67 @@ {% block css %} {{ parent() }} - - - - - - + {% 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 %}