racket/collects/web-server/template/examples/if.html
Jay McCarthy 2e8d5ed971 Re Eli
svn: r11445
2008-08-26 23:27:06 +00:00

6 lines
233 B
HTML

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