Sha256: 69461125cb5f37a3ad792f8a9b3846c709f54db4ab52c193666da20339249e77

Contents?: true

Size: 711 Bytes

Versions: 1

Compression:

Stored size: 711 Bytes

Contents

<!doctype html>
<%= tag.html(lang: locale) do %>
  <head>
    <%= document_title_tag %>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <%= pages_meta_tags(@page) %>
    <%= csrf_meta_tags unless static_cached? %>
    <%= csp_meta_tag unless static_cached? %>

    <%= yield :head %>

    <%= tag.link(rel: "manifest", href: pwa_manifest_path(format: :json)) %>
    <%= feed_tags %>
    <%= stylesheet_link_tag "application" %>
    <%= javascript_include_tag "application" %>
  </head>
  <body>
    <% if Rails.env.development? %>
      <div class="grid-overlay"></div>
    <% end %>
    <%= yield %>
  </body>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pages_core-3.15.5 lib/rails/generators/pages_core/frontend/templates/application.html.erb