Package-level declarations
Types
Represents an OutgoingContent build using kotlinx.html.
A placeholder that is inserted inside TOuter.
An item of a PlaceholderList when it is expanded.
A placeholder that can be used to insert the content that appears multiple times (for example, list items).
A placeholder that is also a Template. It can be used to insert child templates and create nested layouts.
Functions
Inserts every element of PlaceholderList.
Inserts Placeholder.
Responds to a client with an HTML response using the specified block to build an HTML fragment. Unlike respondHtml, this function does not wrap the content in <!DOCTYPE html>, <html>, or <body> tags. This is useful for returning partial HTML content, such as HTMX responses. You can learn more from HTML DSL.
Responds to a client with an HTML response built based on a specified template. You can learn more from HTML DSL.