mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 20:22:38 +00:00
463 B
463 B
title, description, categories, keywords, params
| title | description | categories | keywords | params | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| lang.FormatCurrency | Returns a currency representation of a number for the given currency and precision for the current language and region. |
|
{{ 512.5032 | lang.FormatCurrency 2 "USD" }} → $512.50
{{% include "/_common/functions/locales.md" %}}