@if (channel) {
{{ channel.displayName }}
{channel.followersCount, plural, =1 {1 subscriber} other {{{ channel.followersCount }} subscribers}}
@if (totalVideos !== undefined) { {totalVideos, plural, =1 {1 videos} other {{{ totalVideos }} videos}} }
@if (displayDescription()) {
}
@if (video && displayLatestVideo()) {
Latest published video
}
}