Sha256: 1427b88207ea1238ca537b3972927df2702f736cf0822797ad9470fdf73ea406
Contents?: true
Size: 418 Bytes
Versions: 14
Compression:
Stored size: 418 Bytes
Contents
<!doctype html> <html> <head> <meta charset="utf-8"> <!-- Always force latest IE rendering engine or request Chrome Frame --> <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> <!-- Use title if it's in the page YAML frontmatter --> <title><%= current_page.data.title || "The Middleman" %></title> </head> <body class="<%= page_classes %>"> <%= yield %> </body> </html>
Version data entries
14 entries across 7 versions & 1 rubygems