(text "{% extends \"root.lisp\" %} {% block head %}")
(title
(text "Error — {{ config.name }}"))
(link ("rel" "icon") ("href" "/public/favicon.svg"))
(text "{% endblock %} {% block body %}")
(div
("class" "card")
(p (text "{{ error }}")))
(text "{% endblock %}")