# File lib/asciidoctor/backends/docbook45.rb, line 465
  def template
    @template ||= @eruby.new "<%#encoding:UTF-8%><% if !title? %>\n<literallayout\#{common_attrs_erb} class=\"monospaced\"><%= template.preserve_endlines(content, self) %></literallayout>\n<% else %>\n<formalpara\#{common_attrs_erb}>\#{title_tag false}\n<para>\n<literallayout class=\"monospaced\"><%= template.preserve_endlines(content, self) %></literallayout>\n</para>\n</formalpara>\n<% end %>\n"
  end