Projects/worblehat-old
Projects
/
worblehat-old
Archived
12
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
worblehat-old/python/web/templates/base/main.html

17 lines
293 B
HTML
Raw Normal View History

<!DOCTYPE html>
2011-03-05 21:30:03 +01:00
<html>
<head>
<title>{% block title %}{% endblock %}</title>
<meta charset="utf-8">
<link type="text/css" rel="stylesheet" href="/media/styles/scaffold.css">
{% block meta %}
{% endblock %}
</head>
<body>
<h1>Worblehat</h1>
<hr>
{% block content %}
{% endblock %}
</body>