Sha256: a0038e321d08d0aeefbf149c553a9c9c3201936d01e66d40cf43e31330ed9eb9
Contents?: true
Size: 797 Bytes
Versions: 7
Compression:
Stored size: 797 Bytes
Contents
<!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <meta name="turbo-cache-control" content="no-preview" /> <%= csrf_meta_tags %> <link rel="icon" href="<%= image_url('spina/favicon.png') %>" /> <title>Spina CMS</title> <!-- Stylesheets --> <%= stylesheet_link_tag "spina/tailwind", "spina/fonts", "spina/animate", "data-turbo-track": "reload" %> <!-- Spina's importmap --> <%= spina_importmap_tags %> <!-- Plugins & Hooks --> <%= yield(:head) %> <%= render Spina::Hooks::HookComponent.new(partial: "head") %> </head> <body> <%= content_for?(:body) ? yield(:body) : yield %> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems