From 2534a970b6d606cb590edd8f6097e4a6440d8d06 Mon Sep 17 00:00:00 2001 From: Adam Gent Date: Tue, 18 Jul 2023 11:55:55 -0400 Subject: [PATCH] Add JStachio to list of template engines supporting fragments (#1606) --- www/content/essays/template-fragments.md | 1 + 1 file changed, 1 insertion(+) diff --git a/www/content/essays/template-fragments.md b/www/content/essays/template-fragments.md index ffb19ce4..87853eb4 100644 --- a/www/content/essays/template-fragments.md +++ b/www/content/essays/template-fragments.md @@ -138,6 +138,7 @@ Here are some known implementations of the fragment concept: * [Thymeleaf](https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#fragment-specification-syntax) * [Chill Templates (currently in early alpha)](https://github.com/bigskysoftware/chill/tree/master/chill-script) * [Quarkus Qute](https://quarkus.io/guides/qute-reference#fragments) + * [JStachio (mustache)](https://jstach.io/doc/jstachio/current/apidocs/#mustache_fragments) * PHP * [Latte](https://latte.nette.org/en/template-inheritance#toc-blocks) - Use the 3rd parameter to only render 1 block from the template - `$Latte_Engine->render('path/to/template.latte', [ 'foo' => 'bar' ], 'content');` * Python