{% for T in site.data.topics %}{%if T[1]>0%}
  • {{T[0] | capitalize|strip}}
  • {%endif%}{% endfor %}