{% macro render_values(values) -%} {% for value in values %} {{value}} {% if not loop.last %} · {% endif -%} {% endfor %} {%- endmacro %} {% macro render_context(ctx) -%} {{ ctx | tojson}} {%- endmacro %}