I'm updating a site that is using twig, I need to simply put a shortcode, but the solution I have is not working, could anyone give me a light? the twig code I tried was:
<div>{{post.custom_shortcode_field('[wdi_feed id="1"]')}}</div>
But the result is just an empty div ...