diff options
Diffstat (limited to 'templates/_head_common.htmpl')
-rw-r--r-- | templates/_head_common.htmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/_head_common.htmpl b/templates/_head_common.htmpl new file mode 100644 index 0000000..bc14cb6 --- /dev/null +++ b/templates/_head_common.htmpl @@ -0,0 +1,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 }} |