gergelypolonkai-web-django/basics/templates/basics/notfound.html

9 lines
154 B
HTML

{% extends 'front_base.html' %}
{% block title %} - Not Found{% endblock %}
{% block content %}
The requested resource cannot be found.
{% endblock %}