<% provide(:title, "Home") %>
<!DOCTYPE html>
  <html>
    <head>
      <title><%= yield(:title) %> | Ruby on Rails Tutorial Sample App</title>
    </head>
    <body>
      <h1>Sample App</h1>
      <p>
        This is the home page for the
        <a href="http://www.railstutorial.org/">Ruby on Rails Tutorial</a>
        sample application.
      </p>
    </body>
  </html>

上記のhamlでの書き方を教えていただきたいです。
以下の変換サイトでは、正しく変換されずに困っています。
http://html2haml.herokuapp.com/