12 lines
253 B
Go Template
12 lines
253 B
Go Template
|
{{- define "custom.custom.configuration.header" -}}
|
||
|
# Configuration Options
|
||
|
{{- end -}}
|
||
|
|
||
|
{{- define "custom.custom.configuration" -}}
|
||
|
{{ template "custom.custom.configuration.header" . }}
|
||
|
|
||
|
N/A
|
||
|
{{- end -}}
|
||
|
|
||
|
{{ template "custom.custom.configuration" . }}
|