file_db_app/pb_hooks/views/hello.html
2024-06-24 23:13:08 +02:00

12 lines
178 B
HTML

{{define "title"}}
Page 1
{{end}}
{{define "body"}}
<p>Hello from {{.name}}</p>
{{range $p := .posts}}
<p id="twt">{{$p}}<br></p>
{{end}}
{{end}}