def javascript(): return """ """ def stylesheet(): return """ """ def content(): return """
Less than 77 words otherwise it'll be truncated
Less than 77 words otherwise it'll be truncated
""" def web(): return """ Happy Diffusion (Private Access) | 9pm {css}
{content}
{js} """.format( content=content(), css=stylesheet(), js=javascript(), )