Sha256: 2aea6396595360cb645db7fc196f7b60f2720982f4d0e5dee45fb168ec3b9937
Contents?: true
Size: 543 Bytes
Versions: 3
Compression:
Stored size: 543 Bytes
Contents
<%%= component 'amp/doctype' do %> <head> <%%= component 'amp/head' %> <title>Hello AMP world</title> <%% if AmpHtml.configuration.split_view %><%%= component 'amp/canonical-link', href: request.original_url %><%% end %> <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <%%= csrf_meta_tags %> </head> <body> <h1>Hello AMP World!</h1> <%%= mozaic_area do %> <%%= yield %> <%% end %> </body> <%% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
amp-html-1.1.0 | lib/generators/templates/layout.html.erb |
amp-html-1.0.1 | lib/generators/templates/layout.html.erb |
amp-html-1.0.0 | lib/generators/templates/layout.html.erb |