mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 06:21:19 +00:00
Merge pull request #361 from guettli/patch-5
fix typo "fot a template" thank you!
This commit is contained in:
commit
47567bc294
@ -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:
|
||||
|
||||
* `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>)
|
||||
|
||||
The AJAX response body will be parsed as JSON and passed into the template rendering.
|
||||
|
Loading…
x
Reference in New Issue
Block a user