7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
|
{{ define "title" }}{{ .Data.Title }}{{ end }}
|
||
|
{{ define "content" }}
|
||
|
|
||
|
{{ .Data.HTML }}
|
||
|
|
||
|
{{ end }}
|