--- layout: layout.njk title: htmx - high power tools for html --- ## The `include-vals` Extension The `include-vals` extension allows you to programatically include values in a request with a `include-vals` attribute. The value of this attribute is one or more name/value pairs, which will be evaluated as the fields in a javascript object literal. ### Usage ```html
Will Include Additional Values
``` ### Source