Erlang Programming/Creating Web Applications with yaws/Getting set up

<html>
  <erl>
   out(Arg) -> 
      {html, "<h1>Hello world.</h1>"}.
  </erl>
 </html>