{{#if number}}
{{number}} {{#if stat-success}}
{{stat-success}}
{{/if}} {{#if stat-important}}
{{stat-important}}
{{/if}}
{{/if}} {{#if text}}
{{text}}
{{/if}} {{#if content}}{{! sometimes we have two content texts like in smaller infoboxes, so use a loop }}
{{#each content}}{{{this}}}{{/each}}
{{/if}}
{{#if icon}}
{{/if}}