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