% import elements.html as elem % if fa_pro == 'light' [[ elem.icon('fal fa-sm fa-arrow-up', 'has-text-white') ]] % elif fa_pro [[ elem.icon('far fa-sm fa-arrow-up', 'has-text-white') ]] % else [[ elem.icon('fas fa-sm fa-arrow-up', 'has-text-white') ]] % endif