# File lib/asciidoctor/backends/docbook45.rb, line 455 def template @template ||= @eruby.new <<-EOF <%#encoding:UTF-8%><<%= (tag_name = title? ? 'example' : 'informalexample') %>#{common_attrs_erb}>#{title_tag} #{content_erb} </<%= tag_name %>> EOF end