Sha256: 5139d1d72ed09b3c2780790f22aef434b38136d66876f5496c06f8b9c1675ffc
Contents?: true
Size: 324 Bytes
Versions: 7
Compression:
Stored size: 324 Bytes
Contents
<html> <head> <%# include all turbo-track elements so turbo knows it can cache frame visits %> <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> <%= javascript_importmap_tags %> <%= yield :head %> </head> <body> <%= render Kpop::FrameComponent.new do %> <%= yield %> <% end %> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems