{$note->getText()|noescape}
{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}