1 Respuesta
+ 1
only if you use python as webserver, the backend.
you can use django or flask and return HTML code for requests from page or address.
but this may not be a good idea for serious application, because backend must run some server-side actions and not giving huge amounts of text with HTML, CSS and scripts.