From d1ea610387ef8384556eccd075b59238c03f6da2 Mon Sep 17 00:00:00 2001 From: encc Date: Sun, 8 Dec 2024 17:03:10 +0200 Subject: [PATCH] :handshake: Add templates htpy (#297) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fdafe7..9128d10 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [slippers](https://mitchel.me/slippers/) - Build reusable components in Django without writing a single line of Python. - [JinjaX](https://jinjax.scaletti.dev/) - Super components powers for your Jinja templates. - [django-cotton](https://django-cotton.com/) - Goodbye `{% raw %}{%{% endraw %} extends, block, include {% raw %}%}{% endraw %}`, Hello ``. Bringing modern UI composition to Django. +- [htpy](https://htpy.dev/) - htpy is a library that makes writing HTML in plain Python fun and efficient, without a template language. ### Testing - [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar/) - Configurable panels to debug requests/responses.