diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-21 07:51:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-21 07:51:15 +0000 |
commit | d8409535af8f9e9944c63c73f33bc7cc9577ccfb (patch) | |
tree | 5d3adfdc0309ee50bd74d974d3488ea6ba5b8229 /README.md | |
parent | Initial commit. (diff) | |
download | jinjax-d8409535af8f9e9944c63c73f33bc7cc9577ccfb.tar.xz jinjax-d8409535af8f9e9944c63c73f33bc7cc9577ccfb.zip |
Adding upstream version 0.45+dfsg.upstream/0.45+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9943219 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +<h1> + <img src="https://github.com/jpsca/jinjax/raw/main/jinjax-logo.png" height="50" align="top"> +</h1> + +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) |