Hi guys
I have a problem, I try to put in some additional header information and get is shown in my twig file.
.md
title: my title
example: hello world
…
twig file.
{% if page.header.example %}
{{page.header.example}}
{% endif %}
but it does not work, should you specify it for the theme or ? I have another Grav installation where I use a different theme and it works. so ?