Simple Blog

{if $confirmation}

{$confirmation}

{/if}

Add a New Post

{if $posts} {section name=info loop=$posts}

{$posts[info].title}

{$posts[info].post_date}

{$posts[info].post}
{/section} {else}

There are currently no posts on file.

{/if}