summaryrefslogtreecommitdiff
path: root/alabaster-lite/404.html
blob: a1d1269bfb81155255a7eda21a042c37fa022e97 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "main.html" %}

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

  <p>
    There is nothing here.
  </p>

{% endblock %}