Sha256: c433d4fb9778f5c6d0da68617f83b5d85bf1cb52e9356164f23efd74e98d17f9
Contents?: true
Size: 417 Bytes
Versions: 13
Compression:
Stored size: 417 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <script src="https://cdn.shopify.com/s/assets/external/app.js"></script> <script type="text/javascript"> ShopifyApp.init({ apiKey: "<%= SinatraApp.settings.api_key %>", shopOrigin: "<%= current_shop_url %>", debug: true }); </script> <%= bootstrap_assets %> </head> <body> <div class="container"> <%= yield %> </div> </body> </html>
Version data entries
13 entries across 13 versions & 1 rubygems