◊(require string-interpolation) ◊(define title "Functional Coders Tübingen") ◊(define description "What if... we just take the best parts of prgogramming and see where this leads us?") ◊(define image-path "") ◊(define url "https://functional-coders.github.io/") ◊(define icon-path "") ◊|title| ◊(->html `(div ([class "mx-auto h-full max-w-screen-xl px-6 py-12 md:px-12 md:py-20 lg:px-24 lg:py-0"]) ,doc))