openvk/Web/Presenters/templates/Wiki/View.xml

16 lines
273 B
XML
Raw Normal View History

2021-12-13 14:17:13 +03:00
{extends "../@layout.xml"}
{block title}{$title} - {$oName}{/block}
{block header}
<a href="{$oURL}">{$oName}</a>
»
{$title}
{/block}
{block content}
<article id="userContent" style="min-height: 300pt;">
{$html|noescape}
</article>
{/block}