morffix/tmpl/head.tmpl
2024-05-05 01:28:11 +02:00

9 lines
No EOL
151 B
Cheetah

{{define "head"}}
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/static/style/style.css">
</head>
<body>
{{template "navbar"}}
{{end}}