Lindenii Project Forge
Login

/templates/index.htmpl (raw)

{{ 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 }}