Sha256: 36fb5f885f2382ff4557575c1f199a07e573f648297edc7ff8e616497a002544

Contents?: true

Size: 491 Bytes

Versions: 2

Compression:

Stored size: 491 Bytes

Contents

<%%= component 'amp/doctype' do %>
    <head>
        <%%= component 'amp/head' %>
        <title>Hello AMP world</title>
        <%%= component 'amp/canonical-link', href: request.original_url %>
        <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

2 entries across 2 versions & 1 rubygems

Version Path
amp-html-1.2.1 lib/generators/templates/layout.html.erb
amp-html-1.2.0 lib/generators/templates/layout.html.erb