class Asciidoctor::HTML5::InlineCalloutTemplate
def template
def template @template ||= @eruby.new <<-EOS #encoding:UTF-8%><% if attr? :icons %><img src="<%= icon_uri("callouts/\#@text") %>" alt="<%= @text %>"><% else %><b><<%= @text %>></b><% end %> EOS end