{# ───────────────────────────────────────────── SPB Drive — Personal Cloud Drive ───────────────────────────────────────────── Author : Simon-Pierre Boucher Contact : contact@spboucher.ai File : src/web/views/error.njk Purpose : Custom 404/500 error pages in the design system License : MIT © Simon-Pierre Boucher ───────────────────────────────────────────── #} {% extends "base.njk" %} {% block title %}{{ code }} · SPB Drive{% endblock %} {% block body %}
{{ code }}

{% if code == 404 %}Page not found{% else %}Something went wrong{% endif %}

{{ message }}

Back to drive
{% endblock %}