mirror of
https://github.com/tiennm99/hugo-blox-builder.git
synced 2026-09-14 08:18:35 +00:00
9 lines
198 B
HTML
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 }}
|