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