hydra-werther/internal/web/testdata/TestHTMLRenderer/internal_template_not_found/main.tmpl

16 lines
250 B
Cheetah

{{ define "main" }}
internal template
WebBasePath: {{ .WebBasePath }};
Title:
{{ block "title" .Data }}{{ end }}
Style:
{{ block "style" .Data }}{{ end }}
Js:
{{ block "js" .Data }}{{ end }}
Content:
{{ block "content" .Data }}{{ end }}
{{ end }}