(defcomp () (div (~tw :tokens "max-w-4xl mx-auto px-6 py-12 border-t border-stone-200") (p (~tw :tokens "text-stone-500 text-sm") "sx is heavily inspired by " (a :href "https://htmx.org" (~tw :tokens "text-violet-600 hover:underline") "htmx") " by Carson Gross. This documentation site is modelled on " (a :href "https://four.htmx.org" (~tw :tokens "text-violet-600 hover:underline") "four.htmx.org") ". htmx showed that hypermedia belongs on the server. " "sx takes that idea and wraps it in parentheses.")))