{% import 'macros/stickers.html' as stick %} {% for key,label,icon in sort_options %} {{ stick.sticker(asset_url(icon), label, sort==key) }} {% endfor %}