python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

Add extras for templating #330

Closed samuelhwilliams closed 4 years ago

samuelhwilliams commented 4 years ago

One of our examples shows off the use of Jinja2 for templating HTML files, but we don't make it easy or clear for users to know how to enable support. This adds an entry to the readme and indicates supported versions of Jinja2 via extras_require in setup.py