Vulcan/client/views/errors/not_found.html

6 lines
189 B
HTML
Raw Normal View History

<template name="notFound">
2012-10-18 10:53:57 +11:00
<div class="grid-small grid-block dialog">
<h2>{{_ "not_found"}}</h2>
<p>{{_ "were_sorry_whatever_you_were_looking_for_isnt_here"}}</p>
2012-10-18 10:53:57 +11:00
</div>
</template>