.twitter-share-preview
img.profile-avatar(:src="avatar")
article
header
span.fullname {{profile_name}}
span.twitter-handler @
span {{twitter_handle}}
span.post-date {{formatted_date}}
p.text(v-html="html_text")
.photo-container(v-if="should_show_photo")
.img
image_cropping(
:image_url="image_url",
:responsive_image_url="responsive_image_url",
:aspect_width="aspect_width",
:aspect_height_min="aspect_height_min",
:aspect_height_max="aspect_height_max",
:crop_attributes="crop_attributes",
:enable_crop="enable_crop",
ref="image_cropping"
)
.video(v-if="video_tag" v-html="video_tag")
footer
i.pbxx-icon.pbxx-icon-comment-outline
i.pbxx-icon.pbxx-icon-share
i.pbxx-icon.pbxx-icon-favorite-outline
i.pbxx-icon.pbxx-icon-email-open