aboutsummaryrefslogtreecommitdiff
path: root/templates/404.html
blob: 4a0325990c2d4b9cba0f66b9b686a0e3b0199e56 (plain)
1
2
3
4
5
{% extends base_page %}

{% block content %}
Page not found: {{request_path}}
{% endblock %}