<html>
  <head>
    <title>My Sample Site</title>
    <!-- Another Comment in layout -->
  </head>
  <body>
    <%= yield %>
  </body>
</html>