api/App/Views/404.html

11 lines
179 B
HTML
Raw Normal View History

2019-03-30 12:19:46 +00:00
{% extends "base.html" %}
{% block title %}Page not found{% endblock %}
{% block body %}
<h1>Page not found</h1>
<p>Sorry, that page doesn't exist.</p>
{% endblock %}