pip install hyde hyde create mysite cd mysite html <!DOCTYPE html> <html> <head> <title>{{ title }}</title> </head> <body> <h1>{{ title }}</h1> {{ content }} </body> </html> hyde gen