drift/docs/templates/not_found.html

9 lines
268 B
HTML
Raw Normal View History

2021-03-19 13:11:12 -07:00
{% capture main %}
<main id="main">
<div>
<h1 id="title">Not found</h1>
<p>Oops! This page doesn't exist. Try going back to our <a href="{{ "/" | relURL }}">home page</a>.</p>
</div>
</main>
{% endcapture %}
{% include "_default/baseof.html" %}