Skip to content

guettli/how-to-create-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

How to create HTML

There are several hundert ways how you could create HTML.

I have not found the perfect way yet.

This page contains some ways to create html programmatically.

Python

php

I think for a lot of use-cases php is a good solution, although I prefer Python.

jsonnet like

jsonnet is a language inside json to create json.

Something like this could be cool. But it should be a bit better than php.

golang

I would love to have such a great templating solution for Python: html/template

Conclusion

My current prefered way is Django's format_html()

About

How to create HTML with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published