Selection [tags w lists] - [SEARCH, TAGS, EX_ALL]


Ok
{% for v in tags %}
    {% for h in v.lists recursive %}
  • {{h.subject}} -- {{h.author_name}}
  • {% if h.follow %}
      {{ loop(h.follow) }}
    {% endif %} {% endfor %}
{% endfor %}