${post.publishedAt?string("EEEE, MMMM dd, yyyy")}

${post.title}

${post.bodyFormatted} <#if post.readMore>${post.extendedFormatted}

published: ${post.publishedAt?string("hh:mm")} | ${post.comments} comment(s) | ${post.joinedCategoryATags} | permalink <#-- If the person viewing the blog is the owner, then give them a link to edit the post. Just a convenience. --> <#if isOwner> | edit

Comments

<#list comments() as comment>
On ${comment.postedAt} ${comment.codeAndProfileUrl} said:
${comment.title}
${comment.bodyFormatted}

Add comment:

<#if commentPosted>

<#if commentSaved> Comment was added! <#else> ${commentErrorMessage}

<#if !lwcUser>
Title:
Body:
Username:
Email:
URL:
Captcha: Please answer this simple question to ensure you are a human and not a spam bot:
${captcha}:
  Remember me?