mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
6 lines
No EOL
201 B
HTML
6 lines
No EOL
201 B
HTML
<template name="notFound">
|
|
<div class="grid-small grid-block dialog">
|
|
<h2>{{i18n "Not Found!"}}</h2>
|
|
<p>{{i18n "We're sorry; whatever you were looking for isn't here.."}}</p>
|
|
</div>
|
|
</template> |