Method: Bookmaker::Parser::Epub#render_chapter

Defined in:
lib/bookmaker/parser/epub.rb

#render_chapter(content) ⇒ Object



92
93
94
95
# File 'lib/bookmaker/parser/epub.rb', line 92

def render_chapter(content)
  locals = config.merge(:content => content)
  render_template(template_path, locals)
end