blob: 9943219a54ae88936692d4f5213d3b8b9365b038 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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)
|