1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-21 06:56:40 +02:00
alltube/templates/error.tpl
2020-07-15 23:17:23 +02:00

9 lines
254 B
Smarty

{include file='inc/head.tpl'}
<div class="wrapper">
<main class="main error">
{include file="inc/logo.tpl"}
<h2>{t}An error occurred{/t}</h2>
<p><i>{$error|escape|nl2br}</i></p>
</main>
{include file='inc/footer.tpl'}