Variables
Variables allow you to reuse the result of an operation multiple times without needing to recalculate it.
Define a variable like this:
{{$var = operation}}
Use a variable like this:
{{$var}}
Variables allow you to reuse the result of an operation multiple times without needing to recalculate it.
{{$var = operation}}
{{$var}}