From d8409535af8f9e9944c63c73f33bc7cc9577ccfb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 21 Aug 2024 09:51:15 +0200 Subject: Adding upstream version 0.45+dfsg. Signed-off-by: Daniel Baumann --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..9943219 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +

+ +

+ +From chaos to clarity: The power of components in your server-side-rendered Python web app. + +**Documentation:** https://jinjax.scaletti.dev/ + +Write server-side components as single Jinja template files. +Use them as HTML tags without doing any importing. + + +## Roadmap + +#### Planned +- [ ] Type checking at runtime +- [ ] ... + +#### Done +- [x] Slots +- [x] Autoloading assets (optional?) (`Card.jinja` autoloads `Card.css` and/or `Card.js` if exists) -- cgit v1.2.3