{$ctx->bc([
['url' => '/articles/?lang='.$lang, 'text' => $ctx->lang('articles')]
])}
{$title}
{$ctx->if_not($visible, $ctx->lang('blog_post_hidden').' |')}
{$date}
{$ctx->if_true($other_langs, $ctx->postOtherLangs($url, $other_langs))}
{$ctx->if_admin($ctx->postAdminLinks, $url, $id, $lang)}