it/itf/templates/base.html
2010-08-02 03:24:12 +05:30

16 lines
260 B
HTML

<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="/static/js/jquery.js"></script>
{% block head %}
{% endblock %}
</head>
<body>
<div id="wrapper">
{% block body %}
{% endblock %}
</div>
</body>
</html>