{% macro small_box(bgcolor="bg-yellow", header="44", percentage=False, body="User Registrations", iconclass="ion ion-person-add", footerlink="#") %}

{{header}}{% if percentage %}%{% endif %}

{% endmacro %} {% macro info_box(bgcolor="bg-aqua", text="Messages", number="1,410", iconclass="fa fa-envelope-o") %}
{{text}} {{number}}
{% endmacro %}