aboutsummaryrefslogtreecommitdiff
path: root/templates/_head_common.htmpl
blob: bc14cb64a55f6c6b2ca75b6e610cccaaf5902c34 (plain) (blame)
1
2
3
4
5
{{ define _tp_head_common(handle: io::handle) (void | io::error | nomem) }}
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/:/static/style.css" />
{{ end }}