{{ postMeta.visit_amount }}阅读 {{ postMeta.note_amount }}条笔记 创建于{{ postDate }}
{{ each posts post }}
{{ each post.struct.items item }}
{{ if item.type === 'text' }}{{@ item.content.replace(/\n/g, '
') }}{{ /if }}
{{ if item.type === 'url' }}{{ item.content }}{{ /if }}
{{ if item.type === 'link' }}{{@ item.content.replace(/\n/g, '
') }}{{ /if }}
{{ /each }}
{{ dayjs(post.publish_time_timestamp, 'X').format('YYYY-MM-DD HH:mm:ss') }}