<div>Hi All,</div>
<div> </div>
<div>I tried to run the code from the Help. It said: module: name is not defined, not a parameter, and not a primitive name. #lang caused the problem. How can I fix it? Thanks a lot.</div>
<div> </div>
<div>#lang web-server/insta<br>(define (start request)<br> (response/xexpr<br> '(html<br> (head (title "My Blog"))<br> (body (h1 "Under construction")))))</div>