# File lib/asciidoctor/backends/docbook45.rb, line 146
  def template
    @template ||= @eruby.new "<%#encoding:UTF-8%><%\nif @document.doctype == 'book' %><preface\#{common_attrs_erb}>\#{title_tag false}\n<%= content.chomp %>\n</preface><%\nelse %>\n<%= content.chomp %><%\nend %>\n"
  end