Files
hugo-blox-builder/modules/blox-plugin-decap-cms/functions/generate.html
T
2023-11-07 23:09:38 +00:00

9 lines
198 B
HTML

{{ $config := dict }}
{{ with partialCached "mod-decap-cms/parse" . "mod-decap-cms/parse" }}
{{ $config = . }}
{{ end }}
{{ $return := transform.Remarshal "yaml" $config }}
{{ return $return }}