Hi, - Trying to add a Front Matter defined partial to a HTML template.
Read through all the dots but still struggling…
This is what I’m trying to do in concept (but obviously this doesn’t work):
{{ partial “{{ .Params.partial_file_difined_via_front_matter }}” . }}
How can I use the same HTML template and still insert a different partial or shortcode into the HTML template?
Thanks,
