4
0
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:
Paul Grimshaw 2014-02-04 13:21:17 +00:00
parent 466ec8a009
commit ded9ac56aa

View File

@ -95,7 +95,7 @@ The block will be printed if:
## The 'lt' tag
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: