lib/parade/commands/html_output.rb in parade-0.9.2 vs lib/parade/commands/html_output.rb in parade-0.10.0
- old
+ new
@@ -34,9 +34,10 @@
root_node.add_post_renderer Renderers::InlineImages
template_options = { 'erb_template_file' => File.join(default_view_path, "#{options['template']}.erb"),
'custom_asset_path' => root_path,
+ 'presentation' => root_node,
'slides' => root_node.to_html }
render_template template_options
end
\ No newline at end of file