{blog.title}

{if posts}
{for post in posts}

{post.title}

{post.author}

{for tag in post.tags}{tag} {/for}

{post.content}
{!
Commented-out section
!}
{for comment in post.comments} {>comment} {/for} {if not post.comments}

No comments have yet been made.

{/if} {>addcomment} {/for}
{/if} {if not posts}

No posts!

{/if}