Vulcan/client/views/errors/not_found.html
2014-11-25 17:16:00 +09:00

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>