<%%= 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 %>