cal/tmpl/index.html

14 lines
180 B
HTML

{{template "base" .}}
{{define "title"}}Calendar{{end}}
{{define "meta"}} {{end}}
{{define "body"}}
<header class="group">
<h1 class="text-2xl">Cal</h1>
</header>
{{end}}