view static/tpl/404.html @ 95:ddd9f7efe80c

Fixed a bug where meta values would be duplicated during resolve.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 17 Apr 2013 20:49:30 -0700
parents b03f083c3a29
children
line wrap: on
line source

<nav>
    <section>
        <a href="{{url_home}}">Home</a>
        <span>Search</span>
    </section>
</nav>
<article class="row">
    <header>
        <h1>Page Not Found</h1>
    </header>
    <section>
        <p>The page you requested was not found.</p>
    </section>
</article>