{% set types = [ "Pre Game", "Early Game", "Ganks", "Counterjungling", "Mid Game", "Late Game", "All Game" ] %} {% set ratings = [ "Good", "Decent", "Practiced", "Normal", "Bad", "Worse" ] %} {% for t in types %}

{{ t }}

{% endfor %}