{namespace coleslaw.theme.hyde} {template index}

{$index.title}

{foreach $obj in $index.content}
{$obj.title}
posted on {$obj.date}
{$obj.excerpt |noAutoescape}
{/foreach}
{if $prev} Previous {/if} {if $next} Next {/if}
{if $tags}

This blog covers {foreach $tag in $tags} {$tag.name}{nil} {if not isLast($tag)},{sp}{/if} {/foreach}

{/if} {if $months}

View content from {foreach $month in $months} {$month.name}{nil} {if not isLast($month)},{sp}{/if} {/foreach}

{/if} {/template}