mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-03 07:45:21 +00:00
fix typo "fot a template"
This commit is contained in:
parent
c26e3c10bb
commit
ab18c719f3
@ -17,7 +17,7 @@ When you add this extension on an element, any element below it in the DOM can u
|
|||||||
the template the standard way for that template engine:
|
the template the standard way for that template engine:
|
||||||
|
|
||||||
* `mustache` - looks a mustache <script> tag up by ID for the template content
|
* `mustache` - looks a mustache <script> tag up by ID for the template content
|
||||||
* `handlebars` - looks in the `Handlebars.partials` collection fot a template with that name
|
* `handlebars` - looks in the `Handlebars.partials` collection for a template with that name
|
||||||
* `nunjucks` - resolves the template by name via `nunjucks.render(<template-name>)
|
* `nunjucks` - resolves the template by name via `nunjucks.render(<template-name>)
|
||||||
|
|
||||||
The AJAX response body will be parsed as JSON and passed into the template rendering.
|
The AJAX response body will be parsed as JSON and passed into the template rendering.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user