Sha256: 87edc23ffecfb608bddf1a66567c229b0c83598392d0ea54da321fe57ff62d86
Contents?: true
Size: 767 Bytes
Versions: 3
Compression:
Stored size: 767 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> <!-- Tailwind --> <%= stylesheet_link_tag 'spina/application', data: {turbolinks_track: true} %> <!-- 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
3 entries across 3 versions & 1 rubygems