mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 23:35:13 +00:00
fix: typo in client-side-template.md
This commit is contained in:
parent
bc86ce154f
commit
ee43084dac
@ -13,7 +13,7 @@ swapped into the DOM. Currently three client-side templating engines are suppor
|
|||||||
* [nunjucks](https://mozilla.github.io/nunjucks/)
|
* [nunjucks](https://mozilla.github.io/nunjucks/)
|
||||||
|
|
||||||
When you add this extension on an element, any element below it in the DOM can use one of three attributes named
|
When you add this extension on an element, any element below it in the DOM can use one of three attributes named
|
||||||
`<template-engine>-temlpate` (e.g. `mustache-template`) with a template ID, and the extension will resolve and render
|
`<template-engine>-template` (e.g. `mustache-template`) with a template ID, and the extension will resolve and render
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user