]> git.immae.eu Git - github/wallabag/wallabag.git/blame - tpl/layout.twig
changes in md files
[github/wallabag/wallabag.git] / tpl / layout.twig
CommitLineData
a4565e88
NL
1<!DOCTYPE html>
2<!--[if lte IE 6]> <html class="no-js ie6 ie67 ie678" lang="en"> <![endif]-->
3<!--[if lte IE 7]> <html class="no-js ie7 ie67 ie678" lang="en"> <![endif]-->
4<!--[if IE 8]> <html class="no-js ie8 ie678" lang="en"> <![endif]-->
5<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6<html>
7 <head>
15493df6 8 <meta name="viewport" content="initial-scale=1.0">
a4565e88 9 <meta charset="utf-8">
d29b3e5f 10 <!--[if IE]>
a4565e88 11 <meta http-equiv="X-UA-Compatible" content="IE=10">
d29b3e5f 12 <![endif]-->
a4565e88 13 <title>{% block title %}{% endblock %} - poche</title>
5bf30b00
NL
14{% include '_head.twig' %}
15{% include '_bookmarklet.twig' %}
a4565e88 16 </head>
6a361945 17 <body>
8cbb2a88 18 {% include '_top.twig' %}
a4565e88
NL
19 <div id="main">
20 {% block menu %}{% endblock %}
21 {% block precontent %}{% endblock %}
6a361945
NL
22 {% block messages %}
23 {% include '_messages.twig' %}
24 {% endblock %}
25 <div id="content" class="w600p center">
a4565e88 26 {% block content %}{% endblock %}
6a361945 27 </div>
a4565e88 28 </div>
5bf30b00 29{% include '_footer.twig' %}
a4565e88
NL
30 </body>
31</html>