7 lines
158 B
Text
7 lines
158 B
Text
<html>
|
|
<head></head>
|
|
<body>
|
|
<h1 id="<%= anchorize(current_page.data.title) %>"><%= current_page.data.title %></h1>
|
|
<%= yield %>
|
|
</body>
|
|
</html>
|