{$title}

{{if $orientation == 'vertical'}}
{{else}}
    {{foreach $blogs as $blog}}
  1. {$blog->coverPhoto()|raw}
    • {$blog->_items}
      {lang="blog_entries" pluralize="$blog->_items"}
    • {$blog->_comments}
      {lang="blog_comments" pluralize="$blog->_comments"}
    • {$blog->num_views}
      {lang="blog_views" pluralize="$blog->num_views"}
    {{if \count( $blog->_recentEntries )}}

    {lang="recent_entries"}

    {{endif}}
    {{if $blog->latestEntry()}}
    {template="userPhoto" app="core" params="$blog->latestEntry()->author(), 'mini'" group="global"}
    {lang="latest_entry"}
    {{if !( $blog->owner() instanceof \IPS\Member )}}

    {lang="byline" htmlsprintf="trim( $blog->latestEntry()->author()->link() )"} {datetime="$blog->latestEntry()->date"}

    {{endif}}
    {$blog->latestEntry()->content()|raw}
    {{else}}

    {lang="no_entries_yet"}

    {{endif}}
  2. {{endforeach}}
{{endif}}