9 lines
314 B
XML
9 lines
314 B
XML
{{- $indent := collections.Index . "indent" -}}
|
|
{{- $ctx := collections.Index . "context" -}}
|
|
{{- with $ctx.Params.licence -}}
|
|
{{- strings.Repeat $indent " " -}}
|
|
<podcast:licence url="{{- .url | transform.XMLEscape -}}">
|
|
{{- .name | transform.XMLEscape -}}
|
|
</podcast:licence>
|
|
{{- "\n" -}}
|
|
{{- end -}}
|