You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cjvt-valency/dip_src/flask_app/templates/tmp.html

6 lines
437 B

{% set alphabet = ["A", "B", "C", "Č", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "R", "S", "Š", "T", "U", "V", "Z", "Ž"] %}
{% for i in range(0, alphabet|length - 1) %}
<span><a href="javascript:get_words('{{ alphabet[i] }}')">{{ alphabet[i] }}</a>, </span>
{% endfor %}
<a href="javascript:get_words('{{ alphabet[-1] }}')">{{ alphabet[-1] }}</a>