{#if Icon}
{:else if icon}
{@html icon}
{/if}
{title}
{value}
{#if description}
{description}
{/if} {#if trend}
{trend.isPositive ? '↗︎' : '↘︎'} {Math.abs(trend.value)}%
{/if}