mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-08 23:56:37 +02:00
11 lines
142 B
Cheetah
11 lines
142 B
Cheetah
|
{{define "title"}}Welcome{{end}}
|
||
|
{{define "style"}}
|
||
|
|
||
|
{{end}}
|
||
|
{{define "content"}}
|
||
|
Welcome to the web app
|
||
|
{{end}}
|
||
|
{{define "js"}}
|
||
|
|
||
|
{{end}}
|