{# Zestaw ikon-awatarów w stylu Windrose (róża wiatrów / znaki geometryczne). Kolory z palety: sim #C0182B, engine #0E6B4F, summary #002FA7, idea #6A6A66. Użycie: {% import "_icons.html" as ico %} {{ ico.avatar('rose-2', 40) }} #} {% set ICON_IDS = ['rose-1','rose-2','rose-3','rose-4','compass','needle','star8','tri'] %} {% macro avatar(icon_id, size=40) %} {%- set c = {'rose-1':'#C0182B','rose-2':'#0E6B4F','rose-3':'#002FA7','rose-4':'#6A6A66', 'compass':'#C0182B','needle':'#0E6B4F','star8':'#002FA7','tri':'#6A6A66'} -%} {%- set col = c.get(icon_id, '#6A6A66') -%} {% endmacro %} {% macro picker(name, selected) %}
{%- for id in ICON_IDS %} {%- endfor %}
{% endmacro %}