Sha256: 0d52e8a839a6d64f899268749e36203106506bfa0fbb0f669cef368ce03759b3

Contents?: true

Size: 706 Bytes

Versions: 8

Compression:

Stored size: 706 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <meta name="theme-color" content="#000000">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <title>Jets App</title>
  <%%= javascript_pack_tag "application" %>
  <%%= stylesheet_pack_tag "theme" %>
  <link rel="shortcut icon" href="<%%= asset_path("/favicon.ico") %>">
</head>
<body>
<section class="starter">
  <div class="container">
    <div class="row">
      <div class="col-md-9 content-body">
        <%% if @title %><h1><%%= @title %></h1><%% end %>
        <%%= yield %>
      </div>
    </div>
  </div>
</section>
</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jets-1.0.7 lib/jets/commands/templates/skeleton/app/views/layouts/application.html.erb.tt
jets-1.0.6 lib/jets/commands/templates/skeleton/app/views/layouts/application.html.erb.tt
jets-1.0.5 lib/jets/commands/templates/skeleton/app/views/layouts/application.html.erb.tt
jets-1.0.4 lib/jets/commands/templates/skeleton/app/views/layouts/application.html.erb.tt
jets-1.0.3 lib/jets/commands/templates/skeleton/app/views/layouts/application.html.erb.tt
jets-1.0.2 lib/jets/commands/templates/skeleton/app/views/layouts/application.html.erb.tt
jets-1.0.1 lib/jets/commands/templates/skeleton/app/views/layouts/application.html.erb.tt
jets-1.0.0 lib/jets/commands/templates/skeleton/app/views/layouts/application.html.erb.tt