from string import Templates = Template('A $thing must never $action.')d = { 'thing': 'gentleman', 'action': 'show his socks'}s.substitute(d)print s
Name (required)
email (will not be published) (required)
Website