htbuilder
htbuilder copied to clipboard
A purely-functional HTML builder for Python. Think JSX rather than templates.
Results
4
htbuilder issues
Sort by
recently updated
recently updated
newest added
Escaping
4
Thanks for a very interesting and useful library! Currently, no escaping children or attributes of inputs is done. This makes the library unsafe for general purpose use IMO. ```Python console...
I added markupsafe because i needed it. Fixes the issue https://github.com/tvst/htbuilder/issues/5