4 | {{ post.title }} 5 | {{ $t('author') }} {{ post.post.author.complete_name }} 6 | 7 | {{ $t('published') }} {{ post.post.published | dataFromTimestamp($i18n.locale) }} 8 | 9 | {{ $t('readmore') }} 10 |