# File lib/asciidoctor/backends/docbook45.rb, line 164 def template @template ||= @eruby.new "<%#encoding:UTF-8%><<%= attr :name %>#{common_attrs_erb}> #{title_tag} <% if blocks? %> <%= content %> <% else %> <simpara><%= content.chomp %></simpara> <% end %> </<%= attr :name %>> " end