mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-23 06:49:23 +00:00
8 lines
200 B
Go Template
8 lines
200 B
Go Template
{{- define "custom.custom.configuration.header" -}}
|
|
## Custom configuration
|
|
{{- end -}}
|
|
|
|
{{- define "custom.custom.configuration" -}}
|
|
{{ template "custom.custom.configuration.header" . }}
|
|
{{- end -}}
|