{if $post.tags} {foreach $tag in $post.tags} {$tag.name} {/foreach} {/if} {$post.title} {if $post.date} Published on: {$post.date} {/if} {$post.text|noAutoescape}