${ context.event.data.reaction }
CHANNELS
Blurbs
Blurbs are short thoughts - 256 characters max.
${context.creator.username}
${htmlify(md_to_html(context.blurb.data.blurb))}
${ context.event.data.reaction }
Forum
This is the place for thoughtful and long form discussion.
${context.creator.username}
${context.post.data.subject}
${htmlify(md_to_html(context.post.data.content))}
${ context.event.data.reaction }
Essays
Essays are long-form, authored posts intended to be less a conversation and more a broadcast.
${context.essay.data?.media?.length ?
context.essay.data.media.map(function(url) { return `
`
}).join('\n') : ''}
${context.creator.username}
${context.essay.data.title}
${htmlify(md_to_html(context.essay.data.essay))}
${ context.event.data.reaction }