class Asciidoctor::DocBook45::BlockLiteralTemplate

def template

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