view static/tpl/error-not-found.html @ 149:d29e2f337b00

Updated to Bootstrap 3.0.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Dec 2013 21:54:04 -0800
parents 74eb145eb839
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>