formidable/internal/server/template/blocks/head.html.tmpl

10 lines
147 B
Cheetah
Raw Normal View History

2022-03-22 09:21:55 +01:00
{{define "head"}}
<head>
<title>Formidable</title>
<style>
body {
padding: 10px;
}
</style>
</head>
{{end}}