9 lines
No EOL
142 B
Text
9 lines
No EOL
142 B
Text
<html>
|
|
<head>
|
|
<title>My Sample Site</title>
|
|
<!-- Another Comment in layout -->
|
|
</head>
|
|
<body>
|
|
<%= yield %>
|
|
</body>
|
|
</html> |