Home

blog @5ae23f6ccfdfa3979cbedb102bc7e11f4bec6a89 - refs - log -
-
https://git.jolheiser.com/blog.git
My nonexistent blog
blog / _example / templates / base.tmpl
- raw
1
2
3
4
5
6
7
8
{{define "head"}}
<!DOCTYPE html>
<head>
<title>{{.}}</title>
<link id="style" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.min.css"/>
<link rel="stylesheet" href="chroma.css"/>
</head>
{{end}}