Asciidoctor::BaseTemplate
# File lib/asciidoctor/backends/docbook45.rb, line 210 def template @template ||= @eruby.new <<-EOF <%#encoding:UTF-8%><<%= attr :name %>#{common_attrs_erb}>#{title_tag} #{content_erb} </<%= attr :name %>> EOF end