aboutsummaryrefslogtreecommitdiff
path: root/templates/_head.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_head.tmpl')
-rw-r--r--templates/_head.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/_head.tmpl b/templates/_head.tmpl
new file mode 100644
index 0000000..4641107
--- /dev/null
+++ b/templates/_head.tmpl
@@ -0,0 +1,5 @@
+{{- define "head_common" -}}
+<meta charset="utf-8" />
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+<link rel="stylesheet" href="/:/static/style.css" />
+{{- end -}}