mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
6 lines
No EOL
189 B
HTML
6 lines
No EOL
189 B
HTML
<template name="notFound">
|
|
<div class="grid-small grid-block dialog">
|
|
<h2>{{_ "not_found"}}</h2>
|
|
<p>{{_ "were_sorry_whatever_you_were_looking_for_isnt_here"}}</p>
|
|
</div>
|
|
</template> |