catask/templates/errors/404.html
2024-12-16 16:50:24 +03:00

4 lines
173 B
HTML

{% extends 'errors/base.html' %}
{% set error_code = '404' %}
{% set error_title = 'Not Found' %}
{% set error_description = 'The requested resource could not be found.' %}