diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 21:56:32 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 21:56:32 +0200 |
commit | 6a361945eaf86a978b82bd6fb3442fe64428d9df (patch) | |
tree | ab7e2cff6301b22e5e54ce0321b13502806d7546 /tpl/layout.twig | |
parent | 55821e04c188997d258645975220828e195d0df4 (diff) | |
download | wallabag-6a361945eaf86a978b82bd6fb3442fe64428d9df.tar.gz wallabag-6a361945eaf86a978b82bd6fb3442fe64428d9df.tar.zst wallabag-6a361945eaf86a978b82bd6fb3442fe64428d9df.zip |
new design, pagination & more
Diffstat (limited to 'tpl/layout.twig')
-rw-r--r-- | tpl/layout.twig | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tpl/layout.twig b/tpl/layout.twig index 9dc83efe..e4b5f5b3 100644 --- a/tpl/layout.twig +++ b/tpl/layout.twig | |||
@@ -12,13 +12,17 @@ | |||
12 | {% include '_head.twig' %} | 12 | {% include '_head.twig' %} |
13 | {% include '_bookmarklet.twig' %} | 13 | {% include '_bookmarklet.twig' %} |
14 | </head> | 14 | </head> |
15 | <body class="light-style"> | 15 | <body> |
16 | {% include '_top.twig' %} | 16 | {% include '_top.twig' %} |
17 | <div id="main"> | 17 | <div id="main"> |
18 | {% block menu %}{% endblock %} | 18 | {% block menu %}{% endblock %} |
19 | {% block precontent %}{% endblock %} | 19 | {% block precontent %}{% endblock %} |
20 | {% block messages %}{% endblock %} | 20 | {% block messages %} |
21 | {% include '_messages.twig' %} | ||
22 | {% endblock %} | ||
23 | <div id="content" class="w600p center"> | ||
21 | {% block content %}{% endblock %} | 24 | {% block content %}{% endblock %} |
25 | </div> | ||
22 | {% block js %}{% endblock %} | 26 | {% block js %}{% endblock %} |
23 | </div> | 27 | </div> |
24 | {% include '_footer.twig' %} | 28 | {% include '_footer.twig' %} |