view static/tpl/error-not-found.html @ 100:fd6eccb24882

Refactoring to get rid of `slugify` callbacks.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 25 May 2013 22:35:23 -0700
parents b03f083c3a29
children 74eb145eb839
line wrap: on
line source

<article>
    <header>
        <h1>Not Found</h1>
    </header>
    <section>
        <p>The page you're trying to access does not exist. You can <a href="/#/edit/{{path}}">create it</a>.</p>
    </section>
</article>