tijl.dev-core/views/index.html
tijl 4c640fb3b3
Some checks failed
build / build (push) Failing after 0s
updates
2024-08-20 11:49:05 +02:00

13 lines
232 B
HTML

{{ template "layouts/base" . }}
{{define "title"}}{{translate "home"}}{{end}}
{{define "header"}}
{{template "partials/menu" .}}
{{end}}
{{ define "content" }}
<h2>Welcome to My Go App</h2>
<p>This is the homepage.</p>
{{ end }}