(text "{% extends \"root.lisp\" %} {% block head %}") (text "{% if user -%}") (meta ("http-equiv" "refresh") ("content" "0; /chats")) (text "{% else %}") (meta ("http-equiv" "refresh") ("content" "0; {{ config.service_hosts.tetratto|safe }}")) (text "{%- endif %}") (text "{% endblock %} {% block body %}") (div ("class" "card") (a ("href" "{{ config.service_hosts.tetratto }}") (text "Sending you elsewhere..."))) (text "{% endblock %}")