aboutsummaryrefslogtreecommitdiff
path: root/templates/_head_common.htmpl
blob: 6fcfea1ae8a39eb5c04cd26e8b4ded3b0236cf19 (plain) (blame)
1
2
3
{{ define _tp_head_common(handle: io::handle, title: str = "Untitled") (void | io::error | nomem) }}
<title>{{ title }}</title>
{{ end }}