Blog posts

{$html->link('Add New Post',"/posts/add")}

{section name=item loop=$posts} {assign var=bpost value=$posts[item].Post} {/section}
Id Title Actions Created
{$bpost.id} {html func=link title=$bpost.title url=/posts/view/`$bpost.id`} {html func=link title=Edit url=/posts/edit/`$bpost.id`}