From 03ced80e928605d8adc1705c6ab0663fd0d8c89c Mon Sep 17 00:00:00 2001 From: Valentine Date: Thu, 9 Nov 2023 17:03:58 +0000 Subject: [PATCH] Adds templ to README (#5074) Adds templ to the Template Engines subsection of the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f58fc48b..b640a5ae 100644 --- a/README.md +++ b/README.md @@ -2260,6 +2260,7 @@ _Libraries and tools for templating and lexing._ - [Soy](https://github.com/robfig/soy) - Closure templates (aka Soy templates) for Go, following the [official spec](https://developers.google.com/closure/templates/). - [sprig](https://github.com/Masterminds/sprig) - Useful template functions for Go templates. - [tbd](https://github.com/lucasepe/tbd) - A really simple way to create text templates with placeholders - exposes extra builtin Git repo metadata. +- [templ](https://github.com/a-h/templ) - A HTML templating language that has great developer tooling. **[⬆ back to top](#contents)**