blob: 995d3b7b0f808227ee73a8312bdc0759258876b4 [file] [log] [blame]
Rushabh Mehta2fa2f712012-09-24 19:13:42 +05301<!DOCTYPE html>
2<head>
3 <meta charset="utf-8">
4 <title>{% block title %}{% endblock %}</title>
5 <meta name="generator" content="wnframework">
6 <script type="text/javascript" src="lib/js/lib/jquery/jquery.min.js"></script>
Rushabh Mehta55693212012-12-20 10:37:37 +05307 <script type="text/javascript" src="js/all-web.min.js"></script>
Rushabh Mehta2fa2f712012-09-24 19:13:42 +05308 <script type="text/javascript" src="js/wn-web.js"></script>
9 <link type="text/css" rel="stylesheet" href="css/all-web.css">
10 <link type="text/css" rel="stylesheet" href="css/wn-web.css">
11
12 {% if favicon %}
13 <link rel="shortcut icon" href="files/{{ favicon }}" type="image/x-icon">
14 <link rel="icon" href="files/{{ favicon }}" type="image/x-icon">
15 {% else %}
16 <link rel="shortcut icon" href="app/images/favicon.ico" type="image/x-icon">
17 <link rel="icon" href="app/images/favicon.ico" type="image/x-icon">
18 {% endif %}
19
20
21 {% block header %}
22 {% endblock %}
23</head>
24<body>
25 {% block body %}
26 {% endblock %}
27</body>