Sha256: 9485b1fe9583827525dbba340cfb0b4258ea29decc84e484931f6f03c4edbce5

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= @page.title %></title>
  <% @page.meta.each do |name, content| %>
  <meta name="<%= name %>" content="<%= content %>">
  <% end %>
  <%= stylesheets %>
  <%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
<%= scripts %>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
papercat-0.0.2 app/views/layouts/papercat/page.html.erb