Skip to content

Commit 7ae66f9

Browse files
authored
docs(essays): add templ to list of template languages that support fragments (#3382)
docs: add templ to template languages that support fragments
1 parent 29363de commit 7ae66f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

www/content/essays/template-fragments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ Here are some known implementations of the fragment concept:
142142

143143
* Go
144144
* [Standard Library (use block actions)](https://pkg.go.dev/text/template) [[demo]](https://gist.github.com/benpate/f92b77ea9b3a8503541eb4b9eb515d8a)
145+
* [templ](https://templ.guide) [[Fragment documentation]](https://templ.guide/syntax-and-usage/fragments) [[repo]](https://github.com/a-h/templ)
145146
* Java
146147
* [Thymeleaf](https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#fragment-specification-syntax)
147148
* [Chill Templates (currently in early alpha)](https://github.com/bigskysoftware/chill/tree/master/chill-script)

0 commit comments

Comments
 (0)