{** * This template displays a blog post. *} {if $published}
{if $artefacttitle}

{$artefacttitle|safe}

{/if}
{$postedbyon}
{$artefactdescription|clean_html|safe} {if isset($attachments)} {if $artefacttags}
{str tag=tags}: {list_tags owner=$artefactowner tags=$artefacttags}
{/if} {foreach from=$attachments item=item} {/foreach}
{str tag=attachedfiles section=artefact.blog} {str tag=attachments section=artefact.blog} {$attachments|count}

{$item->title} ({$item->size}) - {str tag=Download section=artefact.file}

{$item->description}
{/if} {if $license}
{$license|safe}
{/if}
{else}
{$notpublishedblogpost|safe}
{/if}