Template Fragments
Creating routes that emit HTML fragments is straightforward in Jeasx which makes it a perfect match for HTMX. Sometimes, however, creating many routes by hand can be tedious. Template fragments allow you to render a fragment or partial bit of the content within a template, rather than the entire template. In Jeasx you can implement this feature in userland with just a few lines of code bundled in two simple components.
02:52:53 GMT+0000 (Coordinated Universal Time)