My goal is to simply output something only on the index page of my wordpress using Twig code. I have set a static page called Home.
I have tried this in my base.twig:
{% if is_front_page %}
Homepage content
{% endif %}
But this doesn't do anything and I just find can't easily find it for some reason.
Any help is appreciated! Thanks in advance