[% if post.image_url %] <img src="[[post.image_url]]"> [% else %] <img src="http://placehold.it/600x400"> [% endif %]
[[ (post.image_url) ?: "http://placehold.it/600x400"]]