From 33332b1cec59307e4924fcc1707f05bf99482078 Mon Sep 17 00:00:00 2001 From: Sam <3115209+saemideluxe@users.noreply.github.com> Date: Tue, 13 Sep 2022 05:43:59 +0700 Subject: [PATCH] Added link for htmlgenerator to list (#1041) --- 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 7957c5ed..e8cb4167 100644 --- a/www/essays/template-fragments.md +++ b/www/essays/template-fragments.md @@ -144,5 +144,6 @@ Here are some known implementations of the fragment concept: * [jinja2-fragments package](https://github.com/sponsfreixes/jinja2-fragments) * [jinja_partials package](https://github.com/mikeckennedy/jinja_partials) ([discussion](https://github.com/mikeckennedy/jinja_partials/issues/1) on motivation) * [chameleon_partials package](https://github.com/mikeckennedy/chameleon_partials) + * [htmlgenerator](https://github.com/basxsoftwareassociation/htmlgenerator) Please [let me know](/discord) if you know of others, so I can add them to this list.