Add on-demand styling feature

This commit is contained in:
Akira Tempaku 2024-04-14 00:18:48 +09:00
commit 56ffa88dbf
5 changed files with 47 additions and 6 deletions
src/routes

View file

@ -7,7 +7,7 @@
(pi:define-element page ()
(pi:h
(section
(section :data-cmp "pages/index"
(h1 "Hello, World!")
(a :href "/about" :hx-boost "true"
"About"))))