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