{% for channel in channels %} {% if selected_community == 0 %}
{{ icon "rss" }} {{ channel.title }}
{% else %} {{ icon "rss" }} {{ channel.title }} {% endif %} {% endfor %}