Method: Monograph::Book#template

Defined in:
lib/monograph/book.rb

#templateObject



43
44
45
# File 'lib/monograph/book.rb', line 43

def template
  @template ||= template_file('template.html')
end