{$post.title} {* @event prepare_posts_frontend.%plugin_id%.post_title *} {if !empty($post.plugins.post_title)} {foreach $post.plugins.post_title as $plugin => $output}{$output}{/foreach} {/if}

{if $theme_settings.show_author} {* *} {/if} {$post.datetime|wa_datetime:"humandate"}
{if !empty($theme_settings.logo)} {$wa->accountName()} {/if} {* @event prepare_posts_frontend.%plugin_id%.before *} {if !empty($post.plugins.before)}
{foreach $post.plugins.before as $plugin => $output}{$output}{/foreach}
{/if}
{$post.text}
{if $post.album_id && $post.album.id && $post.album.photos} {include 'post.album.html' album=$post.album inline} {/if} {* @event prepare_posts_frontend.%plugin_id%.after *} {if !empty($post.plugins.after)}
{foreach $post.plugins.after as $plugin => $output}{$output}{/foreach}
{/if} {* *}