jinjax

Replace your HTML templates with Python server-Side components


Keywords
component, components, jinja2, jsx-syntax, python, templates
License
MIT
Install
pip install jinjax==0.34

Documentation

JinjaX

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

  • Slots
  • Autoloading assets (optional?) (Card.jinja autoloads Card.css and/or Card.js if exists)
  • ...