Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add math calculations. #23

Open
EKLY opened this issue Aug 24, 2023 · 0 comments
Open

Add math calculations. #23

EKLY opened this issue Aug 24, 2023 · 0 comments

Comments

@EKLY
Copy link

EKLY commented Aug 24, 2023

This library is awesome, it's simple but powerful. But I'd like to ask for a little bit. about mathematical calculations

data:

[
    "money" => 1000,
    "tax" => 70,
];

template:

Money with tax:  {= money + tax | number_format }

expect:

Money with tax: 1,070
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant