Skip to content

Conversation

@thecopy
Copy link

@thecopy thecopy commented Jul 19, 2013

@If.HasUsers
Yay Users! 
@EndIf
@Each.Users
    @Current.Name says: 
    @If.IsFromGreece
        <b>Yay Greece!</b>
    @EndIf
    @IfNot.IsFromGreece
        <b>Boo Greece!</b>
    @EndIf
@EndEach

Result:

Yay Users!
Bob says:<b>Yay Greece!</b>
Malin says:<b>Boo Greece!</b>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant