diff options
Diffstat (limited to 'www/content/extensions/client-side-templates.md')
-rw-r--r-- | www/content/extensions/client-side-templates.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/content/extensions/client-side-templates.md b/www/content/extensions/client-side-templates.md index afcdbca7..9d78771b 100644 --- a/www/content/extensions/client-side-templates.md +++ b/www/content/extensions/client-side-templates.md @@ -26,7 +26,7 @@ A second "array" version of each template is now offered, which is particularly ## Install ```html -<script src="https://unpkg.com/htmx.org@1.9.11/dist/ext/client-side-templates.js"></script> +<script src="https://unpkg.com/htmx.org@1.9.12/dist/ext/client-side-templates.js"></script> ``` ## Usage @@ -66,7 +66,7 @@ a [`<template>` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/t <meta name="viewport" content="width=device-width"> <title>JS Bin</title> <script src="https://unpkg.com/htmx.org"></script> - <script src="https://unpkg.com/htmx.org@1.9.11/dist/ext/client-side-templates.js"></script> + <script src="https://unpkg.com/htmx.org@1.9.12/dist/ext/client-side-templates.js"></script> <script src="https://unpkg.com/mustache@latest"></script> </head> <body> @@ -99,7 +99,7 @@ Here's a working example using the `mustache-array-template` working against an <meta name="viewport" content="width=device-width"> <title>JS Bin</title> <script src="https://unpkg.com/htmx.org"></script> - <script src="https://unpkg.com/htmx.org@1.9.11/dist/ext/client-side-templates.js"></script> + <script src="https://unpkg.com/htmx.org@1.9.12/dist/ext/client-side-templates.js"></script> <script src="https://unpkg.com/mustache@latest"></script> </head> <body> @@ -140,7 +140,7 @@ Some styling is needed to keep the object visible while not taking any space. <meta name="viewport" content="width=device-width"> <title>JS Bin</title> <script src="https://unpkg.com/htmx.org"></script> - <script src="https://unpkg.com/htmx.org@1.9.11/dist/ext/client-side-templates.js"></script> + <script src="https://unpkg.com/htmx.org@1.9.12/dist/ext/client-side-templates.js"></script> </head> <body> <div hx-ext="client-side-templates"> |