{% assign type = include.type %} {% assign square = false %} {% if type == "pie" or type == "donut" %} {% assign square = true %} {% endif %} {% append_lib peity %}
{% if include.label %}
{{ include.label }}
{% endif %} {% if include.label-icon %}
{% include_cached ui/icon.html icon=include.label-icon color=include.color %}
{% endif %}