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