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