""" 
{{{description}}} 
"""

def main(args):
 {{#if body}}
    return {"body": {{{body}}} }
 {{else}}   
    return {"body": ""}
 {{/if}}
