<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>   &#39;(html<br>     (head (title &quot;My Blog&quot;))<br>     (body (h1 &quot;Under construction&quot;)))))</div>