mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
26 lines
No EOL
1 KiB
Twig
26 lines
No EOL
1 KiB
Twig
<!DOCTYPE html>
|
|
<!--[if lte IE 6]> <html class="no-js ie6 ie67 ie678" lang="en"> <![endif]-->
|
|
<!--[if lte IE 7]> <html class="no-js ie7 ie67 ie678" lang="en"> <![endif]-->
|
|
<!--[if IE 8]> <html class="no-js ie8 ie678" lang="en"> <![endif]-->
|
|
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=10">
|
|
<title>{% block title %}{% endblock %} - poche</title>
|
|
{% include '_head.twig' %}
|
|
{% include '_bookmarklet.twig' %}
|
|
</head>
|
|
<body class="light-style">
|
|
{% include '_top.twig' %}
|
|
<div id="main">
|
|
{% block menu %}{% endblock %}
|
|
{% block precontent %}{% endblock %}
|
|
{% block messages %}{% endblock %}
|
|
{% block content %}{% endblock %}
|
|
{% block js %}{% endblock %}
|
|
</div>
|
|
{% include '_footer.twig' %}
|
|
</body>
|
|
</html> |