1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-22 07:06:40 +02:00
alltube/templates/error.tpl
Pierre Rudloff d4c1357c32 Lint
2020-05-14 00:18:39 +02:00

10 lines
299 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>
{t}Please check the URL of your video.{/t}
<p><i>{$error|escape}</i></p>
</main>
{include file='inc/footer.tpl'}