{template: inc/header.html}

{$blog.title}


{$blog.desc}
{if: $bat.notify}
{$bat.notify.text}
{/if} {loop: $blog.posts}
{if: $value.cover_photo} {/if}

{$value.title}

{$value.content}


{/loop}
{template: inc/footer.html}