{% macro show_depth(depth) %} {% for letter in depth %}
{% endfor %} {% endmacro %} {% macro layers(index, depth, parent, depth_alt="", current_layer=0, parent_index=0, primary=false) %} {% set local_id = parent ~ "@" ~ index %} {% if instructions[index].action.type == "Combine" %}