Rushabh Mehta | 2fa2f71 | 2012-09-24 19:13:42 +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"> |
| 6 | <script type="text/javascript" src="lib/js/lib/jquery/jquery.min.js"></script> |
Rushabh Mehta | 5569321 | 2012-12-20 10:37:37 +0530 | [diff] [blame] | 7 | <script type="text/javascript" src="js/all-web.min.js"></script> |
Rushabh Mehta | 2fa2f71 | 2012-09-24 19:13:42 +0530 | [diff] [blame] | 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 | |
| 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> |