Is it possible to have Twig render a variable, which is defined in user/config, inside a .md header?
For example:
content:
items:
'@taxonomy':
category: 'foobar'
exhibition: {{ site.config.exhibition_id }}
I enabled
process:
markdown: true
twig: true
but this didnt help. I keep getting this error:
Unexpected characters near "}"...
---