Hello, I have in my config following:
[params.mainpage]
[[params.mainpage.hero]]
title = “Ttile”
In index.html template I call it like this: <h1>{{ with .Site.Params.mainpage.hero.title }}{{ . | markdownify }}{{ end }}</h1>
Error while rendering “home”: template: theme/index.html:19:68: executing “theme/index.html” at <.Site.Params.mainpag…>: can’t evaluate field title in type interface {}
Sorry, forget to show how I call it.
In index.html template I call it like this: <h1>{{ with .Site.Params.mainpage.hero.title }}{{ . | markdownify }}{{ end }}</h1>