5 lines
51 B
HTML
5 lines
51 B
HTML
|
{{ define "index" }}
|
||
|
hello world
|
||
|
{{ . }}
|
||
|
{{ end }}
|