{node.type} (kind: {node.kind})
Author: {getAuthorTag(node)}
{#if node.isContainer && getSummaryTag(node)}
Summary: {truncateContent(getSummaryTag(node) || "")}
{/if}
{#if node.content}
{truncateContent(node.content)}
{/if}
{#if selected}
Click node again to dismiss
{/if}