Sha256: 14fa1d6eb3b89f85457e59b4c63ed3858004ed3da1ff4e25fff1738c970f9cbe
Contents?: true
Size: 394 Bytes
Versions: 7
Compression:
Stored size: 394 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title><%= ShopifyApp.configuration.application_name %></title> <%= yield :head %> <script data-api-key="<%= ShopifyApp.configuration.api_key %>" src="https://cdn.shopify.com/shopifycloud/app-bridge.js"> </script> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems