Sha256: a5ecfd1cbee831ef2c06d4f343ebed8ba591e686b634c5b7078b5ccf62b78bf4
Contents?: true
Size: 642 Bytes
Versions: 5
Compression:
Stored size: 642 Bytes
Contents
<!doctype html> <html class="no-js incompatible-browser" lang="en"> <head> <base href="/"> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title><%= @pom.page.title if @pom.page %></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <%= coprl_headers(@base_url, request, @pom) %> </head> <body class="mdc-typography"> <%= partial "body/preamble", :locals => {pom:@pom} %> <%= yield %> <%= partial "body/postamble", :locals => {pom:@pom} %> <noscript><p>JavaScript must be enabled to continue.</p></noscript> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems