wezm.net/layouts/default.html
2010-07-23 13:21:05 +10:00

14 lines
325 B
HTML

<!DOCTYPE html>
<html>
<head>
<%= render '_head' %>
</head>
<body<%= %Q( class="#{@item[:body_class]}") if @item[:body_class] %>>
<%= render '_header' %>
<div id="content">
<h1><a href="<%= @item.reps.first.path %>"><%=h @item[:title] %></a></h1>
<%= yield %>
</div>
<%= render '_footer' %>
</body>
</html>