box-o-sand/cookbook/015/hodgepodge/app/views/layouts/standard.html.erb
2011-08-09 07:03:28 -04:00

10 lines
138 B
Plaintext

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