tijl.dev-core/web/pages/index.html
2024-08-19 22:32:43 +02:00

9 lines
156 B
HTML

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