18 lines
277 B
HTML
18 lines
277 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<script type="text/javascript" src="/static/js/jquery.js"></script>
|
|
{% block head %}
|
|
|
|
{% endblock %}
|
|
</head>
|
|
<body>
|
|
{% block body %}
|
|
|
|
{% endblock %}
|
|
|
|
</body>
|
|
|
|
</html>
|