# File lib/asciidoctor/backends/docbook45.rb, line 209
  def template
    @template ||= @eruby.new "<%#encoding:UTF-8%><<%= attr :name %>\#{common_attrs_erb}>\#{title_tag}\n\#{content_erb}\n</<%= attr :name %>>\n"
  end