nativegallery/views/pages/Errors/PublicProblems.latte
themohooks ee10fe5c21 ghjghj
2025-05-09 14:39:05 +03:00

8 lines
No EOL
264 B
Text

{layout '..\@layout.latte'}
{block content}
<h1>Произошла ошибка</h1>
<div n:foreach="$problems as $p" class="p20" style="padding:20px">
{$p}
</div>
{/block}