ParkerTenBroeck.github.io/templates/404.html
Parker TenBroeck 6449151d7a First
2026-01-16 22:02:02 -05:00

17 lines
No EOL
445 B
HTML

{% extends "base.html" %}
{%- block title -%}Page not found{%- endblock -%}
{%- block robots -%}
<meta name="robots" content="noindex, follow">
{%- endblock -%}
{%- block main -%}
{%- filter indent -%}{%- filter indent -%}
<section class="framed">
<h2>Page not found...</h2>
<p>Sorry, this page doesn't exist. Go back <a href="{{ config.base_url | safe }}">home</a>?</p>
</section>
{%- endfilter -%}{%- endfilter -%}
{%- endblock -%}