{namespace coleslaw.theme.hyde} {template post}
{\n}

{$title}

{\n}
{\n} Tagged as {foreach $tag in $tags} {$tag.name} {if not isLast($tag)}, {/if} {/foreach}
{\n}
{\n} Written on {$date}
{\n}
{\n}
{\n} {$content |noAutoescape}
{\n}
{\n} {if $prev} Previous
{/if}{\n} {if $next} Next
{/if}{\n}
{\n} {/template}