Vulcan/client/views/errors/not_found.html

6 lines
195 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>{{i18n "not_found"}}</h2>
<p>{{i18n "were_sorry_whatever_you_were_looking_for_isnt_here"}}</p>
2012-10-18 10:53:57 +11:00
</div>
</template>