I have home page layout file layout/home.html which contains:
{{ define “main” }} {{ .Content }} {{ end }}
It normally displays the contents of file content/_index.html, but I would very much like it to not just display, but first render file content/_index.html as a template. Is it possible?
(inb: yes, there are shortcodes, but templates are more powerful)