<!DOCTYPE html>
<html>
  <head>
    <title>COUNT :: My Website - <%= @title %></title>
  </head>
  <body>
    <%= yield %>
  </body>
</html>