box-o-sand/cookbook/015/hodgepodge/app/views/layouts/bar.html.erb

10 lines
139 B
Plaintext

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