Sha256: 215a3eecf23e7c8e786f27935f5ca0a661fa57940ebb918fbd4941aa50a73ee5
Contents?: true
Size: 513 Bytes
Versions: 12
Compression:
Stored size: 513 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Full Screen Examples</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_packs_with_chunks_tag 'main' %> </head> <body> <div class="sample-layout"> <%= yield %> </div> </body> <%= javascript_include_tag "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js" %> <%= javascript_packs_with_chunks_tag 'application', 'examples', 'samples' %> <%= yield :pb_js %> </html>
Version data entries
12 entries across 12 versions & 1 rubygems