From c86adb06ed6d0e4db7ff1c8a311b8805e5c3656b Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Sun, 6 Oct 2024 15:27:23 -0500 Subject: [PATCH] :pencil: Try escaping title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaab24b..cf9b7d3 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [djlint](https://www.djlint.com/) - Lint & Format HTML Templates. - [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 `{% extends, block, include %}`, Hello ``. Bringing modern UI composition to Django. +- [django-cotton](https://django-cotton.com/) - Goodbye `\{\% extends, block, include \%\}`, Hello ``. Bringing modern UI composition to Django. ### Testing - [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar/) - Configurable panels to debug requests/responses.