|
{% extends "base.html" %}
|
|
{% block title %}Page not found{% endblock title %}
|
|
|
|
{% block content %}
|
|
<section id="404" class="section-row">
|
|
<div class="section">
|
|
<h1>Page not found.</h1>
|
|
<br />
|
|
<a href="/" class="link arrow">Home Page</a>
|
|
</div>
|
|
</section>
|
|
{% endblock content %}
|