tijl.dev-core/views/index.html

13 lines
232 B
HTML
Raw Normal View History

2024-08-19 22:32:43 +02:00
{{ template "layouts/base" . }}
2024-08-20 11:49:05 +02:00
{{define "title"}}{{translate "home"}}{{end}}
{{define "header"}}
{{template "partials/menu" .}}
{{end}}
2024-08-19 22:32:43 +02:00
{{ define "content" }}
<h2>Welcome to My Go App</h2>
<p>This is the homepage.</p>
{{ end }}