{% macro feather_img(icon_name) -%} {% endmacro -%} {% macro tree_ish_select(route_name, id, title, head, curr_tree_ish, branches, tags) -%} {% if head %} {% if curr_tree_ish not in branches and curr_tree_ish not in tags %} {{ curr_tree_ish|truncate(15) }} {% endif %} {% for name in branches %} {% if name==head %}*{% endif %}{{ name|truncate(15) }} {% endfor %} {% for name in tags %} {{ name|truncate(15) }} {% endfor %} {% endif %} {% endmacro -%}