Hello,
as the title says I have the problem that the function does not seem to be interpreted by HUGO.
My call:
{{ with .Site.GetPage "intro" }}
{{ .Content }}
{{ end }}
The output is not the content of the file but the call itself in plain html.
My folder structure:
- _index.md
- pages
- contact
- index.md
- index.html
- intro.md
- …
- …
- contact
Thanks for any tips given.
EDIT: If any information is needed I’ll provide it