{% include "dlux/ribbon/_tabs.html" %}
{% for strip in ribbon.nested_strips %}{% if strip.is_child %}
{% include "dlux/ribbon/_strip.html" %}
{% endif %}{% endfor %}
{% include "dlux/ribbon/_axes.html" %}
{% elif ribbon.nesting == "rail" %}
{% include "dlux/ribbon/_tabs.html" %}
{% for strip in ribbon.nested_strips %}{% if strip.is_child %}
{% if strip.label %}{{ strip.label }}{% endif %}
{% include "dlux/ribbon/_strip.html" %}
{% endif %}{% endfor %}
{% include "dlux/ribbon/_axes.html" %}
{% else %}
{% include "dlux/ribbon/_tabs.html" %}
{% for strip in ribbon.nested_strips %}{% if strip.is_child %}
{% include "dlux/ribbon/_strip.html" %}
{% endif %}{% endfor %}
{% include "dlux/ribbon/_axes.html" %}