<!DOCTYPE HTML>
<html>
<head>
 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
 <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
 <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/jquery-ui.css">
 {% block head %}
 <title>{% block title %}{{ title }}{% endblock %}</title>
 {% endblock %}
</head>
<body>

{% block body %}
{% endblock %}</body></html>
