mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
6 lines
No EOL
195 B
HTML
6 lines
No EOL
195 B
HTML
<template name="notFound">
|
|
<div class="grid-small grid-block dialog">
|
|
<h2>{{i18n "not_found"}}</h2>
|
|
<p>{{i18n "were_sorry_whatever_you_were_looking_for_isnt_here"}}</p>
|
|
</div>
|
|
</template> |