racket/collects/tests/web-server/template/examples/if.html
Jay McCarthy a687555c38 moving tests
svn: r12512
2008-11-19 22:22:02 +00:00

6 lines
242 B
HTML

@(if (@monkeys . > . @monkey-limit)
@list{<p>There are too many monkeys!</p>}
@(if (@monkeys . < . @monkey-minimum)
@list{<p>There aren't enough monkeys!</p>}
@list{<p>There are just enough monkeys!</p>}))