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

10 lines
138 B
Plaintext
Raw Normal View History

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