{% macro tag(type, category) %} {% if type == 'filter' %}
  • {{ category.label }}
  • {% elif type == 'tag' %}
    <%= issueState %>
    {% endif %} {% endmacro %}