{% macro b(tag="div", attributes=None) -%} <{{ tag }}{% if attributes %} {{attributes|safe}}{%endif%}{% for name, value in kwargs.items() %} {{name}}="{{value}}"{% endfor -%}> {%- if caller %} {{ caller() }} {% endif -%} {%- endmacro %}