No description
|
||
---|---|---|
.github/workflows | ||
benchmark | ||
debian | ||
src/jinjax | ||
tests | ||
.gitignore | ||
.pre-commit-config.yaml | ||
Makefile | ||
MIT-LICENSE | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
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
- Slots
- Autoloading assets (optional?) (
Card.jinja
autoloadsCard.css
and/orCard.js
if exists)