#!/usr/bin/python3 # -*- coding: utf-8 -*- def baseHTML(title,body): content=(""" """+ title +""" """+ body +""" """) return content