{% assign change = include.change | default: 12 %}
{{ include.title | default: 'Total revenue' }}
{{ include.value | default: '$14,320' }}
{{ include.subtitle | default: 'Income' }}
{% if change > 0 %} {% elsif change < 0 %} {% endif %} {{ change | abs }}%