.featured-or-hero-image
img(v-if="featured" :src="featured" alt="post thumbnail")
img(v-else-if="hero && hero.url" :src="getThumbnailFromYt(hero.url)" alt="post thumbnail from YouTube")
//- Errors
p(v-else-if="hero && !hero.url") ERROR: hero url undefined
p(v-else) ERROR: no featured image or hero