{extends "../@layout.xml"} {block title}{$note->getName()}{/block} {block header} {var author = $note->getOwner()} {$author->getCanonicalName()} » {_notes} » {$note->getName()} {/block} {block content}
{$note->getText()|noescape}
{include "../components/comments.xml", comments => $comments, count => $cCount, page => $cPage, model => "notes", parent => $note}

{_actions}

{_delete}
{/block}