mirror of
https://github.com/sjlongland/tornado-gallery.git
synced 2025-09-27 00:43:30 +10:00
14 lines
438 B
XML
14 lines
438 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
{# vim: set ts=8 noet sw=8 syn=html fileencoding=utf-8: #}
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="{{static_uri}}/style.css"
|
|
type="text/css" />
|
|
{% block html_head %}{% end %}
|
|
</head>
|
|
<body {% block html_body_args %}{% end %}>
|
|
{% block html_body %}{% end %}
|
|
</body>
|
|
</html>
|