Asciidoctor::BaseTemplate
# File lib/asciidoctor/backends/docbook45.rb, line 344 def template @template ||= @eruby.new "<%#encoding:UTF-8%><example#{common_attrs_erb}> #{title_tag} <%= content %> </example> " end