from string import Templatetemplate = '''<html> <head><title>%(title)s</title></head> <body> <h1>%(title)s</h1> <paragraph>%(text)s</paragraph> </body>'''data = {'title': 'My Home Page', 'text': 'Welcome to my home page!'}print template % data
Name (required)
email (will not be published) (required)
Website