summaryrefslogtreecommitdiffstats
path: root/templates/404.html
blob: ac879c35dc50192efbc6195e5add4eb3021f4aef (plain)
1
2
3
4
5
6
7
8
9
{% extends "index.html" %}
{% block content %}
  <header>
    <hgroup>
      <h1>Error 404</h1>
      <p>Page not found.</p>
    </hgroup>
  </header>
{% endblock content %}