<% if (ctx.editMode) { %>

Description

<%= ctx.makeTextarea({ id: 'post-description', value: ctx.post.description, }) %> <% } else if (ctx.post.description != undefined) { %>
<%= ctx.makeMarkdown(ctx.post.description) %>
<% } %> <% if (ctx.canListComments) { %>
<% } %> <% if (ctx.canCreateComments) { %>

Add comment

<% } %>