mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 13:53:42 -05:00
4 lines
173 B
HTML
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.' %}
|