{template: inc/header.html} {if: $post.cover_photo}
{else}
{/if}

{$post.title}

{if: $bat.notify}
{$bat.notify.text}
{/if} {$post.content}

{loop: $post.tags}{if: $key != 0}, {/if}{$value.name}{/loop}


{template: inc/footer.html}