This commit is contained in:
albert
2011-12-29 17:34:46 -05:00
parent 47d8f908df
commit e670412731
3 changed files with 9 additions and 3 deletions

View File

@@ -12,6 +12,8 @@
<%= yield :html_header %>
</head>
<body>
<%= yield :layout %>
<div id="page">
<%= yield :layout %>
</div>
</body>
</html>