Asciidoctor::BaseTemplate
# File lib/asciidoctor/backends/html5.rb, line 586 def template @template ||= @eruby.new "<%#encoding:UTF-8%><% if attr? :icons %><img src="<%= icon_uri("callouts/\#@text") %>" alt="<%= @text %>"><% else %><b><<%= @text %>></b><% end %> " end