I’m currently trying to use the menu entry name that I set in my config.toml also for the header in my list.html.
Let’s say I have set name = “Posts”. That shows up as a menu entry name. But if I try to also use this name as the header in my list with {{ .Name }} is does not work.
How can I use the menu entry name also as the header for my list.html?