mirror of
https://github.com/art-ist/mustache-sharp.git
synced 2024-06-16 21:05:32 +00:00
Fix error in the description of the 'lt' tag
Its 'less than' instead of 'equal'.
This commit is contained in:
parent
d4f6004ec4
commit
75551c7ce0
@ -98,7 +98,7 @@ The block will be printed if:
|
||||
* Both values are boolean, and are equal
|
||||
|
||||
## The 'lt' tag
|
||||
The **lt** tag allows you to conditionally include a block of text, by comparing if two values are equal.
|
||||
The **lt** tag allows you to conditionally include a block of text, if the first value is less than the second value.
|
||||
|
||||
<span {{#lt Budget BudgetLimit}} class="underBudget" {{/lt}}>{{Budget}}</span>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user