{template="embedHeader" group="embed" app="core" params="$comment, $entry->mapped('title'), $comment->mapped('date'), $url"}
{{if $entry->coverPhoto() && $entry->coverPhoto()->file}}
{{$photo = $entry->coverPhoto()->file;}}
{{elseif $blog->coverPhoto() && $blog->coverPhoto()->file}}
{{$photo = $blog->coverPhoto()->file;}}
{{endif}}
{template="embedOriginalItem" group="embed" app="core" params="$entry, TRUE, \IPS\Theme::i()->getTemplate( 'global', 'blog' )->embedEntryItemSnippet( $blog )"}
{$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}}