9 lines
148 B
Smarty
9 lines
148 B
Smarty
|
{{- define "lib.raw" -}}
|
||
|
{{- if $.Values.raw -}}
|
||
|
{{- range $.Values.raw }}
|
||
|
---{{- (tpl . $) | nindent 0 }}
|
||
|
{{- end }}
|
||
|
{{- end -}}
|
||
|
{{- end -}}
|
||
|
|