openvk/Web/Presenters/templates/components/content_error.xml

7 lines
140 B
XML
Raw Normal View History

2024-10-18 22:29:40 +03:00
<div class='content_page_error'>
<span>
<b n:if="!empty($title)">{$title}<br><br></b>
{$description}
</span>
</div>