{template="embedHeader" group="embed" app="core" params="$comment, $item->mapped('title'), $comment->mapped('date'), $url"}
{{if $item->map( 500, 100 )}}
{{elseif $item->coverPhoto() && $item->coverPhoto()->file}}
{{$photo = $item->coverPhoto()->file;}}
{{endif}}
{$comment->truncated(TRUE)|raw}
{{if settings.reputation_enabled AND \IPS\IPS::classUsesTrait( $comment, 'IPS\Content\Reactable' ) AND \count( $comment->reactions() )}}
-
{template="reactionOverview" app="core" group="global" params="$comment, TRUE, 'small'"}
{{endif}}