aboutsummaryrefslogtreecommitdiff
path: root/src/guff/views/page.ecr
blob: 505731ab84d5c41596b0cd5744303a6bc3a7e0f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang='en-US'>
  <head>
    <title><%= h(@title) %></title>
    <%= page_headers %>
  </head>

  <body id='<%= @body_id %>' class='<%= body_class %>'><%=
    @body
  %></body>

  <%= page_footers %>
</html>