{$post->getText()|noescape}
{include "../attachment.xml", attachment => $attachment}
Геометка: {$post->getGeo()->name}

 ! Этот пост был размещён за взятку.
{var $actualAuthor = $post->getOwner(false)} {_author}: {$actualAuthor->getCanonicalName()}
{$post->getPublicationTime()} {if isset($thisUser)}   {_comment} {/if}
{_view_other_comments} {foreach $comments as $comment} {include "../comment.xml", comment => $comment, $compact => true} {/foreach}
{var $commentsURL = "/al_comments/create/posts/" . $post->getId()} {var $club = is_null($club) ? ($post->getTargetWall() < 0 ? (new openvk\Web\Models\Repositories\Clubs)->get(abs($post->getTargetWall())) : NULL) : $club} {include "../textArea.xml", route => $commentsURL, postOpts => false, graffiti => (bool) ovkGetQuirk("comments.allow-graffiti"), post => $post, club => $club}