Sha256: 8ba96e15769b276815d3072139ae8397cea916b88732e96e7a7a6d9a7b348a32

Contents?: true

Size: 634 Bytes

Versions: 11

Compression:

Stored size: 634 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 @javascripts.present? %>
<%   @javascripts.each do |js| %>
  <%= js %>

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

11 entries across 11 versions & 1 rubygems

Version Path
review-5.10.0 templates/html/layout-html5.html.erb
review-5.9.0 templates/html/layout-html5.html.erb
review-5.8.0 templates/html/layout-html5.html.erb
review-5.7.0 templates/html/layout-html5.html.erb
review-5.6.0 templates/html/layout-html5.html.erb
review-5.5.0 templates/html/layout-html5.html.erb
review-5.4.0 templates/html/layout-html5.html.erb
review-5.3.0 templates/html/layout-html5.html.erb
review-5.2.0 templates/html/layout-html5.html.erb
review-5.1.1 templates/html/layout-html5.html.erb
review-5.1.0 templates/html/layout-html5.html.erb