{% for node in nodes %}
  1. {% if linkify %} {{ node }} {% else %} {{ node }} {% endif %}
  2. {% endfor %}