mirror of
https://github.com/yweber/lodel2.git
synced 2026-08-03 10:58:37 +02:00
5 lines
No EOL
145 B
HTML
5 lines
No EOL
145 B
HTML
{% extends "templates/base.html" %}
|
|
{% block title %}Error 404{% endblock %}
|
|
{% block content %}
|
|
<h1>404 - File Not Found</h1>
|
|
{% endblock %} |