Rushabh Mehta | bd7f723 | 2012-06-15 14:00:06 +0530 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <head> |
| 3 | <meta charset="utf-8"> |
| 4 | <title>{% block title %}{% endblock %}</title> |
| 5 | <meta name="generator" content="wnframework"> |
Rushabh Mehta | bd7f723 | 2012-06-15 14:00:06 +0530 | [diff] [blame] | 6 | <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 Doshi | 40fce89 | 2012-07-09 20:02:52 +0530 | [diff] [blame] | 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="images/favicon.ico" type="image/x-icon"> |
| 17 | <link rel="icon" href="images/favicon.ico" type="image/x-icon"> |
| 18 | {% endif %} |
| 19 | |
| 20 | |
Rushabh Mehta | bd7f723 | 2012-06-15 14:00:06 +0530 | [diff] [blame] | 21 | {% block header %} |
| 22 | {% endblock %} |
| 23 | </head> |
| 24 | <body> |
| 25 | {% block body %} |
| 26 | {% endblock %} |
| 27 | </body> |