From 8aacfdbe2bed0503edf789d2181b967898ae1005 Mon Sep 17 00:00:00 2001 From: Sumit Sarkar Date: Fri, 2 Dec 2022 09:25:48 +0530 Subject: [PATCH] Update template-fragments.md (#1145) --- www/essays/template-fragments.md | 1 + 1 file changed, 1 insertion(+) diff --git a/www/essays/template-fragments.md b/www/essays/template-fragments.md index e8cb4167..55cbb783 100644 --- a/www/essays/template-fragments.md +++ b/www/essays/template-fragments.md @@ -137,6 +137,7 @@ Here are some known implementations of the fragment concept: * Java * [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) * 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