For example, render numeric values under avatar as metrics
or accountStats
<div class="text-center account-stats">
<div class="inline-block text-center">
<span class="human-readable-number" title="{reputation}">{reputation}</span>
<span class="account-bio-label">[[global:reputation]]</span>
</div>
<div class="inline-block text-center">
<span class="human-readable-number" title="{postcount}">{postcount}</span>
<span class="account-bio-label">[[global:posts]]</span>
</div>
<div class="inline-block text-center">
<span class="human-readable-number" title="{profileviews}">{profileviews}</span>
<span class="account-bio-label">[[user:profile_views]]</span>
</div>
</div>
Change on:
<!-- BEGIN metrics -->
<div class="inline-block text-center">
<span class="human-readable-number" title="{metrics.value}">{metrics.value}</span>
<span class="account-bio-label">{metrics.label}</span>
</div>
<!-- END metrics -->