summaryrefslogtreecommitdiff
path: root/templates/404.html
blob: 756564bef54be24d8ae52583f3fcc14430c32340 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "base.html" %}
{% block title %}Parabola - Page Not Found{% endblock %}

{% block content %}
    <div id="error-page" class="box 404">
        <h2>404 - Page Not Found</h2>
        <p>Sorry, the page you've requested does not exist.</p>
    </div>
{% endblock %}