instiki/vendor/rails/actionpack/examples/address_book/layout.rhtml

8 lines
116 B
Plaintext
Raw Normal View History

2007-01-22 14:43:50 +01:00
<html>
<head>
<title><%= @title || "Untitled" %></title>
</head>
<body>
<%= @content_for_layout %>
</body>
</html>