blob: 126d55963f07b7d4abaa1904741d5c8a9bbcbcce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!doctype html>
<html lang=en-US dir=ltr>
<head>
{% block head %}
<title>{{title}}</title>
<meta charset=UTF-8>
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel=stylesheet href=/static/simple.css>
{% endblock %}
</head>
<section>
<h1><a href=/>Shadowbox</a></h1>
</section>
<section>
{% block content %}{% endblock %}
</section>
|