Sha256: e32ac74a520b3864420334db6214bb3b6b1037de0d579787a6b66d7021dce680
Contents?: true
Size: 1019 Bytes
Versions: 14
Compression:
Stored size: 1019 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <title><%= meta.title %></title> <% (theme.css + meta.css).each do |css| %> <link rel="stylesheet" href="<%= css%>"> <% end %> <link rel="stylesheet" href="css/pygments/solarized.css"> </head> <body data-duration="<%= meta.duration %>"> <section> <header class="slide"> <h1><%= meta.title %></h1> <h2><%= meta.author %></h2> </header> </section> <% sections.each do |section| %> <section> <header class="slide"> <h1><%= section.title %></h1> </header> <% section.slides.each do |slide| %> <section class="slide <%= slide.classes %>"> <%= slide.html %> </section> <% end %> </section> <% end %> <% (theme.js + meta.js).each do |js| %> <script src="<%= js %>"></script> <% end %> </body> </html>
Version data entries
14 entries across 14 versions & 2 rubygems