tawny/app/templates_src/index.lisp

11 lines
413 B
Common Lisp

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