rails--rails/actionpack/examples/address_book/layout.rhtml

8 lines
116 B
Plaintext
Raw Normal View History

<html>
<head>
<title><%= @title || "Untitled" %></title>
</head>
<body>
<%= @content_for_layout %>
</body>
</html>