2012-10-18 10:53:57 +11:00
|
|
|
<template name="not_found">
|
|
|
|
<div class="grid-small grid-block dialog">
|
2013-11-06 01:01:56 +01:00
|
|
|
<h2>{{i18n "Not Found!"}}</h2>
|
|
|
|
<p>{{i18n "We're sorry; whatever you were looking for isn't here.."}}</p>
|
2012-10-18 10:53:57 +11:00
|
|
|
</div>
|
|
|
|
</template>
|