blob: 6889d6707a6a376a7e018ac86de5f35b1c9538b0 [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">
Rushabh Mehtabed19ac2013-03-21 17:12:25 +053013 {%- if favicon %}
Rushabh Mehta2fa2f712012-09-24 19:13:42 +053014 <link rel="shortcut icon" href="files/{{ favicon }}" type="image/x-icon">
15 <link rel="icon" href="files/{{ favicon }}" type="image/x-icon">
16 {% else %}
17 <link rel="shortcut icon" href="app/images/favicon.ico" type="image/x-icon">
18 <link rel="icon" href="app/images/favicon.ico" type="image/x-icon">
Rushabh Mehtabed19ac2013-03-21 17:12:25 +053019 {% endif -%}
20 {% if description -%}
Rushabh Mehtab33693d2013-03-11 17:57:57 +053021 <meta name="description" content="{{ description }}">
Rushabh Mehtabed19ac2013-03-21 17:12:25 +053022 {%- endif %}
23 {% block header -%}
24 {%- endblock %}
Rushabh Mehta2fa2f712012-09-24 19:13:42 +053025</head>
26<body>
27 {% block body %}
28 {% endblock %}
Rushabh Mehtaf210f1f2013-02-21 14:47:51 +053029</body>
30</html>