extends ../layouts/main block content section.uk-section.uk-section-default .uk-container article(dtp-post-id= post._id) .uk-margin div(uk-grid) .uk-width-expand h1.article-title= post.title if user && user.flags.isAdmin .uk-width-auto a(href=`/admin/post/${post._id}`).uk-button.dtp-button-text EDIT .uk-text-lead= post.summary .uk-margin .uk-article-meta= moment(post.created).format('MMM DD, YYYY [at] hh:mm a') .uk-margin != post.content