{% macro args_table(args_dict) -%} {% for key, value in args_dict.items() %} {% endfor %}
Name Value
{{ key }} {{ value }}
{%- endmacro %}