{% assign icon = include.icon | default: "user" %} {% if include.growth > 0 %} {% assign color="green" %} {% assign arrow="arrow-up" %} {% elsif include.growth < 0 %} {% assign color="red" %} {% assign arrow="arrow-down" %} {% else %} {% assign color="grey" %} {% assign arrow="clock" %} {% endif %}
{% include "ui/trending.html" value=include.growth %} {{ include.description | default: 'Since last month' }}