gstepanov | 2164d82 | 2015-02-04 19:49:40 +0200 | [diff] [blame] | 1 | <!doctype html> |
| 2 | <html> |
| 3 | <head> |
| 4 | {% block head %} |
gstepanov | 3ce37b8 | 2015-02-12 16:20:56 +0200 | [diff] [blame] | 5 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"/> |
| 6 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css"/> |
| 7 | <script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> |
| 8 | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> |
| 9 | <script type="text/javascript" src="{{ url_for('static', filename='script.js')}}"></script> |
| 10 | <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap-combined.min.css" rel="stylesheet"> |
| 11 | <style type=text/css>{{ get_resource_as_string('static/style.css') }}</style> |
gstepanov | 2164d82 | 2015-02-04 19:49:40 +0200 | [diff] [blame] | 12 | {% endblock %} |
| 13 | </head> |
| 14 | <body> |
| 15 | {% block body %} |
| 16 | {% endblock %} |
| 17 | </body> |
| 18 | </html> |