@(if (@monkeys . > . @monkey-limit) @t{

There are too many monkeys!

} @(if (@monkeys . < . @monkey-minimum) @t{

There aren't enough monkeys!

} @t{

There are just enough monkeys!

}))