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…
Reference in New Issue