layouts/partials/formatNum.html (
3
lines of code) (
raw
):
{{- if gt . 1e6 }}{{ int (div . 1e6) }}m {{- else if gt . 1e4}}{{ int (div . 1e3) }}k {{- else }}{{ . }}{{ end -}}