From 37cae7e0f1bc70e447a5fc2c287115cafe0908e6 Mon Sep 17 00:00:00 2001 From: Tarun Singh <100316439+taaki2311@users.noreply.github.com> Date: Sun, 22 Mar 2026 16:45:07 -0400 Subject: [PATCH] Fix link to sanitized jQuery templates Updated link to the sanitized jQuery templates since old one was broken. --- docs/content/docs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/_index.md b/docs/content/docs/_index.md index 28147f4e..c1322152 100644 --- a/docs/content/docs/_index.md +++ b/docs/content/docs/_index.md @@ -113,7 +113,7 @@ tera.autoescape_on(vec![]); ``` Tera does not perform contextual auto-escaping, e.g. by parsing the template to know whether to escape JS, CSS or HTML (see - for more details on that). + for more details on that). ## Advanced usage