{% for entry in rootline -%} {%- if entry.current %}
  1. {{ entry.value.toString }}
  2. {% else -%}
  3. {{ entry.value.toString }}
  4. {% endif -%} {% endfor %}