Files
DiceCloud/rpg-docs/client/views/notFound/notFound.html
2015-05-08 12:59:38 +02:00

11 lines
345 B
HTML

<template name="notFound">
<div layout vertical center center-justified fit>
<h2>The data for the page you requested could not be found.</h2>
{{#if currentUser}}
<h2>It might not exist, or you might not have permission to view it.</h2>
{{else}}
<h2>Perhaps you need to sign in first:</h2>
{{atForm}}
{{/if}}
</div>
</template>