racket/collects/web-server/template/examples/if.html
Jay McCarthy a01728e63a Templates
svn: r12500
2008-11-18 22:03:44 +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>}))