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