Sha256: 99c494ae65387a7db33d1b9b2361a4d489d216251ab1a00045ca422196629e78
Contents?: true
Size: 651 Bytes
Versions: 9
Compression:
Stored size: 651 Bytes
Contents
<!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <% if features.turbolinks_enabled %> <meta name="turbolinks-cache-control" content="no-cache"> <% end %> <%= csrf_meta_tags %> <title><%= render 'title' %></title> <%= render 'frontend' %> <%= yield :custom_stylesheet %> </head> <body class="application <%= body_class %>"> <%= render 'header' %> <main> <%= yield %> </main> <%= render 'footer' %> <%= render 'imodal' %> <%= yield :custom_javascript %> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems