8 lines
No EOL
116 B
Text
8 lines
No EOL
116 B
Text
<html>
|
|
<head>
|
|
<title><%= @title || "Untitled" %></title>
|
|
</head>
|
|
<body>
|
|
<%= @content_for_layout %>
|
|
</body>
|
|
</html> |