{% for hero in heros %}
{% if hero.display == true %}
{% endif %}
{% endfor %}
{% for hero in heros|sort((a, b) => a.ranking <=> b.ranking) %}
{% if hero.display == true %}
{% if hero.color == 1 %}
{% if (hero.imageName ends with '.webm' ) or (hero.imageName ends with '.mp4' ) or (hero.imageName ends with '.ogv' ) %}