I’m new to Grav and started to mess with modular page. I get the idea, and followed the basic tutorial and such. I’m using the “agency” theme which have a modular template named “services”. I created a “_services” modular item, but can’t figure how to add a service.
The important line in services.html.twig is this one:
{% for service in page.header.services %}
I know my question is pretty basic but how do i add a service item in page.header.services?