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