diff --git a/branca/element.py b/branca/element.py index 12f39d3..46054b9 100644 --- a/branca/element.py +++ b/branca/element.py @@ -267,16 +267,18 @@ class Figure(Element): """ _template = Template( '\n' - '' + '\n' + '\n' '{% if this.title %}{{this.title}}{% endif %}' ' {{this.header.render(**kwargs)}}\n' '\n' - '' + '\n' ' {{this.html.render(**kwargs)}}\n' '\n' - '\n' + '\n' ) def __init__(self, width='100%', height=None, ratio='60%', title=None, figsize=None):