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

{% block content %}
<head>
  <title>Error 404!</title>
</head>

404!
{% endblock content %}