Hello,
If I understood correctly, I can use twig in my user pages as long as I declare twig as activated in the system.yaml.
theme: antimatter
markdown_extra: false
process:
markdown: true
twig: true
Once it's activated, I have inserted a twig line in one of my page:
How to find us?
{{ gmaps({'id': 'gmaps', 'class': 'gmaps'}) }}
But the result page shows the row twig line, and not the Google Maps.
Did I miss something?
Thanks for any help you could provide me with.