Asciidoctor::BaseTemplate
# File lib/asciidoctor/backends/html5.rb, line 674 def template @template ||= @eruby.new "<%#encoding:UTF-8%><%= "\#{@type == :visible ? @text : ''}" %> " end