Sha256: 9ef9eb75d1216942279b55fcca225d5ddf3d84a39fbaa9fd0e1406fc790d547c

Contents?: true

Size: 579 Bytes

Versions: 1

Compression:

Stored size: 579 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <meta name="ROBOTS" content="NOODP" />
  <meta name="viewport" content="initial-scale=1" />

  <!-- Set Keywords & Description -->
  <meta name="keywords" content="" />
  <meta name="description" content="" />

  <title><%%= title %></title>

  <%%= stylesheet_link_tag    "application", media: "all" %>
  <%%= javascript_include_tag "application" %>
  <%%= csrf_meta_tags %>
</head>

<body>
  <%%= render 'layouts/header' %>
  <%%= render "flashes" -%>
  <%%= yield %>
  <%%= render 'layouts/footer' %>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoelaces-0.1.0 templates/shoelaces_layout.html.erb.erb