# File lib/asciidoctor/backends/docbook45.rb, line 149 def template @template ||= @eruby.new <<-EOF <%#encoding:UTF-8%><% if @document.doctype == 'book' %><preface#{common_attrs_erb}>#{title_tag false} <%= content %> </preface><% else %> <%= content %><% end %> EOF end