Sha256: 306a1ec8f57c719c2945cda54ad91db5fada6614bf3ba7e3470ebf23820a9cf0

Contents?: true

Size: 534 Bytes

Versions: 28

Compression:

Stored size: 534 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:ops="http://www.idpf.org/2007/ops" xml:lang="<%= @language %>">
<head>
  <meta charset="UTF-8" />
<% if @stylesheets.present? %>
<%   @stylesheets.each do |style| %>
  <link rel="stylesheet" type="text/css" href="<%= style %>" />
<%   end %>
<% end%>
  <meta name="generator" content="Re:VIEW" />
  <title><%= @title %></title>
</head>
<body<%= @body_ext %>>
<%= @body %>
</body>
</html>

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
review-5.0.0 templates/html/layout-html5.html.erb
review-4.2.0 templates/html/layout-html5.html.erb
review-4.1.0 templates/html/layout-html5.html.erb
review-4.0.0 templates/html/layout-html5.html.erb
review-3.2.0 templates/html/layout-html5.html.erb
review-3.1.0 templates/html/layout-html5.html.erb
review-3.0.0 templates/html/layout-html5.html.erb
review-3.0.0.rc1 templates/html/layout-html5.html.erb
review-3.0.0.preview4 templates/html/layout-html5.html.erb
review-3.0.0.preview3 templates/html/layout-html5.html.erb
review-3.0.0.preview2 templates/html/layout-html5.html.erb
review-3.0.0.preview1 templates/html/layout-html5.html.erb
review-2.5.0 templates/html/layout-html5.html.erb
review-2.4.0 templates/html/layout-html5.html.erb
review-2.3.0 templates/html/layout-html5.html.erb
review-2.2.0 templates/html/layout-html5.html.erb
review-2.1.0 templates/html/layout-html5.html.erb
review-2.0.0 templates/html/layout-html5.html.erb
review-1.7.2 templates/html/layout-html5.html.erb
review-1.7.1 templates/html/layout-html5.html.erb