aboutsummaryrefslogtreecommitdiff
path: root/templates/index.htmpl
blob: 3562c86985329b338cbf9f02c244a15bdc9fea21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{ define tp_index(handle: io::handle) (void | io::error | nomem) }}
{!
	let title: str = "Test";
!}
<!DOCTYPE html>
<html lang="en">
<head>
{{ render _tp_head_common(handle, title) }}
</head>
<body>
<h1>{{ title }}</h1>
</body>
</html>
{{ end }}