Runnerspace Statistics
{% with comments = stats['total_comments'], posts = stats['total_posts'], users = stats['total_users'] %}
-
{{ comments }} comment{{ comments |pluralize}} across {{ posts }}
post{{ posts|pluralize }}
-
{{ users }} user{{ users|pluralize }}
{% endwith %}