# File lib/asciidoctor/backends/docbook45.rb, line 634
  def template
    @template ||= @eruby.new "<%#encoding:UTF-8%><%= @text %><?asciidoc-br?>\n"
  end