layout: page title: “404 - Page Not Found” author: “Johnny Dummy” description: “You found a broken link? Sorry for the bad experience, i take care about that!” keywords: “404” language: “en” figure: mirror figcaption: Mirror
<main>
<article> <header> <h1>Dummy Title</h1> </header> {% include body/article-figure.html %} <div class="content"> <section> <h2>Page not found</h2> <p>Looks like the page you're trying to visit doesn't exist.</p> <hr> <a href="/" title="Go back to Homepage">Go back to Homepage</a> <hr> </section> </div> {% include body/article-aside.html %} </article>
</main>