article.email-share-preview
h4 {{ subject }}
hr
span.util-float-right {{ date }}
div(v-if="!is_full_html")
.text-center
span {{ title }}
.text-center(v-if="digital_asset_url")
img(:src="digital_asset_url", class="asset-preview")
.text-center(v-html="body")
.text-center.m-b-1-0
el-button(type="primary") {{ button_text }}
div(v-if="is_full_html", v-html="body")