blob: 8639a8f546e04cf0d623354b97d8af670c9fac5e [file] [log] [blame]
Rushabh Mehtabd7f7232012-06-15 14:00:06 +05301<!DOCTYPE html>
2<head>
3 <meta charset="utf-8">
4 <title>{% block title %}{% endblock %}</title>
5 <meta name="generator" content="wnframework">
Rushabh Mehtabd7f7232012-06-15 14:00:06 +05306 <script type="text/javascript" src="js/lib/jquery/jquery.min.js"></script>
7 <script type="text/javascript" src="js/all-web.js"></script>
8 <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
Anand Doshi40fce892012-07-09 20:02:52 +053012 {% 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="images/favicon.ico" type="image/x-icon">
17 <link rel="icon" href="images/favicon.ico" type="image/x-icon">
18 {% endif %}
19
20
Rushabh Mehtabd7f7232012-06-15 14:00:06 +053021 {% block header %}
22 {% endblock %}
23</head>
24<body>
25 {% block body %}
26 {% endblock %}
27</body>