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

15 lines
251 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 }}