mirror of
https://github.com/art-ist/mustache-sharp.git
synced 2024-06-16 21:05:32 +00:00
Readme correction
This commit is contained in:
parent
466ec8a009
commit
ded9ac56aa
@ -95,7 +95,7 @@ The block will be printed if:
|
|||||||
## The 'lt' tag
|
## 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, by comparing if two values are equal.
|
||||||
|
|
||||||
<span {{#lt Budget BudgetLimit}} class="overBudget" {{/lt}}>{{Budget}}</span>
|
<span {{#lt Budget BudgetLimit}} class="underBudget" {{/lt}}>{{Budget}}</span>
|
||||||
|
|
||||||
|
|
||||||
The block will be printed if:
|
The block will be printed if:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user