view static/tpl/error-not-found.html @ 113:74eb145eb839

Fixed some problems with URLs in the front-end.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 16 Nov 2013 08:36:02 -0800
parents b03f083c3a29
children
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="{{get_edit_url path}}">create it</a>.</p>
    </section>
</article>