summaryrefslogtreecommitdiff
path: root/jthanio/templates/404.html
blob: 3a5500e66fd2b5dd92f32b8ddf1d6f6e6b8d1183 (plain) (blame)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}

{% block body_class %}template-404{% endblock %}

{% block content %}
    <h1>Page not found</h1>

    <h2>Sorry, this page could not be found.</h2>
{% endblock %}