Hello World!
Custom Title!
Today's date is {{ today | date }} I have {{ 136.12 | currency }}
{{ toggle() }}
Not translated, but
this should be Translated
Let's handle plurals
Updated
{minutes(), plural,
=0 {just now}
=1 {one minute ago}
other {{{ minutes() }} minutes ago}
}
Let's handle selections
The author is
{gender(), select, male {male} female {female} other {other}}
Set Gender:
this is updated live