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