mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
17 lines
No EOL
445 B
HTML
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 -%} |