Created by: Hrabal
What is this Python project?
OOP HTML templating system. Build HTML pages without the need to learn a new templating syntax and using all the power of Python's syntax.
What's the difference between this Python project and similar ones?
- no need to write html in any way to have html
- generation of html dynamically using all the power of python language (not a templating language)
- Inheritance of templates in OOP fashion not "includes"
- full reusability of templates
- overall speed (for complex html structures)
--
Anyone who agrees with this pull request could vote for it by adding a