9 lines
138 B
Plaintext
9 lines
138 B
Plaintext
<html>
|
|
<head>
|
|
<title>My Sample Site</title>
|
|
<!-- ERb Comment in layout -->
|
|
</head>
|
|
<body>
|
|
<%= yield %>
|
|
</body>
|
|
</html> |