mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-13 01:19:16 +01:00
5 lines
No EOL
135 B
HTML
5 lines
No EOL
135 B
HTML
{% extends "base.html" %}
|
|
{% block title %}Error 404{% endblock %}
|
|
{% block content %}
|
|
<h3>404 - File Not Found</h3>
|
|
{% endblock %} |