4 lines
71 B
HTML
4 lines
71 B
HTML
|
{{ define "content" }}
|
||
|
hello, my name is {{ .Latest.Name }}!
|
||
|
{{ end }}
|