blob: 2719f8db36db40927124ac482bc69d253636f960 [file] [log] [blame]
Rushabh Mehta2fa2f712012-09-24 19:13:42 +05301<!DOCTYPE html>
Rushabh Mehtaf210f1f2013-02-21 14:47:51 +05302<html lang="en">
Rushabh Mehta2fa2f712012-09-24 19:13:42 +05303<head>
4 <meta charset="utf-8">
Rushabh Mehtaf210f1f2013-02-21 14:47:51 +05305 <meta name="viewport" content="width=device-width, initial-scale=1.0">
Rushabh Mehta87e48012013-02-20 15:02:21 +05306 <title>{{ title }}</title>
Rushabh Mehta2fa2f712012-09-24 19:13:42 +05307 <meta name="generator" content="wnframework">
8 <script type="text/javascript" src="lib/js/lib/jquery/jquery.min.js"></script>
Rushabh Mehta55693212012-12-20 10:37:37 +05309 <script type="text/javascript" src="js/all-web.min.js"></script>
Rushabh Mehta2fa2f712012-09-24 19:13:42 +053010 <script type="text/javascript" src="js/wn-web.js"></script>
11 <link type="text/css" rel="stylesheet" href="css/all-web.css">
12 <link type="text/css" rel="stylesheet" href="css/wn-web.css">
13
14 {% if favicon %}
15 <link rel="shortcut icon" href="files/{{ favicon }}" type="image/x-icon">
16 <link rel="icon" href="files/{{ favicon }}" type="image/x-icon">
17 {% else %}
18 <link rel="shortcut icon" href="app/images/favicon.ico" type="image/x-icon">
19 <link rel="icon" href="app/images/favicon.ico" type="image/x-icon">
20 {% endif %}
21
Rushabh Mehtab33693d2013-03-11 17:57:57 +053022 {% if description %}
23 <meta name="description" content="{{ description }}">
24 {% endif %}
Rushabh Mehta2fa2f712012-09-24 19:13:42 +053025
26 {% block header %}
27 {% endblock %}
28</head>
29<body>
30 {% block body %}
31 {% endblock %}
Rushabh Mehtaf210f1f2013-02-21 14:47:51 +053032</body>
33</html>