blog: server setup starrs

This commit is contained in:
coolnsx
2025-08-05 13:42:10 +05:30
parent d8fd0ccd51
commit 663d7a9727
9 changed files with 359 additions and 18 deletions

View File

@@ -4,4 +4,4 @@
{%- set amount_in_usd = amount * usd_rate -%}
{%- set amount_in_eur = amount * eur_rate -%}
₹{{ amount }} (${{ amount_in_usd | round }} or €{{ amount_in_eur | round }})
₹{{ amount | num_format }} (${{ amount_in_usd | round }} or €{{ amount_in_eur | round }})