mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-26 17:27:59 +00:00
4 lines
79 B
Cheetah
4 lines
79 B
Cheetah
|
{{define "settings"}}
|
||
|
<h1 class="text-3xl">Hello, {{.User.Email}}</h1>
|
||
|
{{end}}
|