Combining HTMX with raku Air, Red and Cro so that you can just build websites the right way™.
Here is an entire (minimal) website…
use Air::Functional :BASE;
use Air::Base;
sub SITE is export {
site
page
main
p "Yo baby!"
}