Sometimes my posts have {{post.content}} and sometime they don't - I would like to write this statement in in shorthand twig to display the posts content if it there otherwise it would do nothing?
Thanks for any help!
Sometimes my posts have {{post.content}} and sometime they don't - I would like to write this statement in in shorthand twig to display the posts content if it there otherwise it would do nothing?
Thanks for any help!
Just putting in {{ post.content }}
seems to work just fine, but not sure if its exactly proper?