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