tijl.dev-core/web/pages/index.html

9 lines
156 B
HTML
Raw Normal View History

2024-08-19 22:32:43 +02:00
{{ template "layouts/base" . }}
{{define "title"}}Home{{end}}
{{ define "content" }}
<h2>Welcome to My Go App</h2>
<p>This is the homepage.</p>
{{ end }}