💭 htmx ~ The client-side-templates Extension ================================================ !https://htmx.org/extensions/client-side-templates/ Date: July 28, 2023 External Link htmx.org [1] Using templates with htmx requires the client-side-templates extension, and the template engine to be loaded in a `` tag. example htmx using templates. ``` html Click Me Start {% raw %}{{userID}}{% endraw %} and {% raw %}{{id}}{% endraw %} and {% raw %}{{title}}{% endraw %} and {% raw %}{{completed}}{% endraw %} ``` !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://htmx.org/extensions/client-side-templates/ [2]: /thoughts/ [3]: /tags/thoughts/