{% include cards/charts/sales.html %}
{% include cards/charts/revenue.html %}
{% include cards/charts/new-clients.html %}
{% include cards/charts/active-users.html %}
{% include cards/project-summary.html stage-color="red" %}
{% include cards/project-summary.html title="UI Redesign" date="11 Nov 2019" stage="Final review" avatar-limit=3 avatar-offset=9 project-color="green" value=80 percentage-color="green" %}
{% include cards/small-stats-3.html number=43 title="New Tickets" percentage=6 %}
{% include cards/small-stats-3.html number=95 number-prefix="$" title="Daily Earnings" percentage=-2 %}
{% include cards/small-stats-3.html number=7 title="New Replies" percentage=9 %}
{% include cards/map.html title="Top users" %}
{% include cards/development-activity.html %}
{% include cards/charts/card.html chart-id="temperature" height=10 %}
{% include cards/charts/card.html chart-id="donut" height=10 %}
{% include cards/small-stats.html color="blue" icon="dollar-sign" count="132" subtitle="Sales" description="12 waiting payments" %}
{% include cards/small-stats.html color="green" icon="shopping-cart" count="78" subtitle="Orders" description="32 shipped" %}
{% include cards/small-stats.html chart-position="left" chart-type="donut" chart-data="56/100" chart-label="56%" color="red" count="1352" subtitle="Members" description="163 registered today" %}
{% include cards/small-stats.html color="yellow" chart-type="pie" chart-data="22/100" color="yellow" count="132" subtitle="Comments" description="16 waiting" %}
{% for article in site.data.articles limit: 3 offset: 4 %}
{% include cards/blog-single.html article=article type="image" %}
{% endfor %}
{% include cards/invoices.html %}
{% include cards/table-users.html %}