Rushabh Mehta | 2fa2f71 | 2012-09-24 19:13:42 +0530 | [diff] [blame] | 1 | <!DOCTYPE html> |
Rushabh Mehta | f210f1f | 2013-02-21 14:47:51 +0530 | [diff] [blame] | 2 | <html lang="en"> |
Rushabh Mehta | 2fa2f71 | 2012-09-24 19:13:42 +0530 | [diff] [blame] | 3 | <head> |
| 4 | <meta charset="utf-8"> |
Rushabh Mehta | f210f1f | 2013-02-21 14:47:51 +0530 | [diff] [blame] | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 6 | <title>{{ title }}</title> |
Rushabh Mehta | 2fa2f71 | 2012-09-24 19:13:42 +0530 | [diff] [blame] | 7 | <meta name="generator" content="wnframework"> |
| 8 | <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] | 9 | <script type="text/javascript" src="js/all-web.min.js"></script> |
Rushabh Mehta | 2fa2f71 | 2012-09-24 19:13:42 +0530 | [diff] [blame] | 10 | <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 Mehta | bed19ac | 2013-03-21 17:12:25 +0530 | [diff] [blame^] | 13 | {%- if favicon %} |
Rushabh Mehta | 2fa2f71 | 2012-09-24 19:13:42 +0530 | [diff] [blame] | 14 | <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 Mehta | bed19ac | 2013-03-21 17:12:25 +0530 | [diff] [blame^] | 19 | {% endif -%} |
| 20 | {% if description -%} |
Rushabh Mehta | b33693d | 2013-03-11 17:57:57 +0530 | [diff] [blame] | 21 | <meta name="description" content="{{ description }}"> |
Rushabh Mehta | bed19ac | 2013-03-21 17:12:25 +0530 | [diff] [blame^] | 22 | {%- endif %} |
| 23 | {% block header -%} |
| 24 | {%- endblock %} |
Rushabh Mehta | 2fa2f71 | 2012-09-24 19:13:42 +0530 | [diff] [blame] | 25 | </head> |
| 26 | <body> |
| 27 | {% block body %} |
| 28 | {% endblock %} |
Rushabh Mehta | f210f1f | 2013-02-21 14:47:51 +0530 | [diff] [blame] | 29 | </body> |
| 30 | </html> |