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