from branca.element import Template, MacroElement template = """ {% macro html(this, kwargs) %} jQuery UI Draggable - Default functionality
Legend / مفتاح الخريطة
{% endmacro %}""" legend_macro = MacroElement() legend_macro._template = Template(template) __all__ = ["legend_macro"]