(text "{% extends \"root.lisp\" %} {% block head %}") (title (text "{{ name }}")) (text "{% endblock %} {% block body %}") (div ("class" "card") (h1 (text "{{ name }}"))) (text "{% endblock %}")