class Asciidoctor::DocBook45::BlockLiteralTemplate

def template

def template
  @template ||= @eruby.new <<-EOF
#encoding:UTF-8%><% if !title? %>
iterallayout#{common_attrs_erb} class="monospaced"><%= template.preserve_endlines(content, self) %></literallayout>
 else %>
ormalpara#{common_attrs_erb}>
#{title_tag false}
<para>
  <literallayout class="monospaced"><%= template.preserve_endlines(content, self) %></literallayout>
</para>
formalpara>
 end %>
  EOF
end