diff options
author | Ben Pate <ben@pate.org> | 2022-09-01 10:37:52 -0600 |
---|---|---|
committer | Ben Pate <ben@pate.org> | 2022-09-01 10:37:52 -0600 |
commit | 23bdcf1e928fe9b5ca01faa6f5e9c80e78c8307f (patch) | |
tree | 6fe1ced594861da6f2b3d83e9d462b2a51bc3ffb | |
parent | 60acaacc416812e85245f8e00d1e8bc4954d1d83 (diff) | |
download | htmx-template-fragments-golang.tar.gz htmx-template-fragments-golang.zip |
Added reference and example for Gotemplate-fragments-golang
-rw-r--r-- | www/essays/template-fragments.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/essays/template-fragments.md b/www/essays/template-fragments.md index 7e180cd3..bc16e16d 100644 --- a/www/essays/template-fragments.md +++ b/www/essays/template-fragments.md @@ -131,7 +131,8 @@ libraries and provide an excellent opportunity for improving the developer exper hypermedia-oriented libraries. Here are some known implementations of the fragment concept: - +* Go + * [Standard Library (use block actions)](https://pkg.go.dev/text/template) [[demo]](https://gist.github.com/benpate/f92b77ea9b3a8503541eb4b9eb515d8a) * Python * [Django Render Block Extension](https://pypi.org/project/django-render-block/) * Java |