Vulcan/client/views/errors/not_found.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>