class Asciidoctor::HTML5::InlineQuotedTemplate

def template

def template
  @template ||= @eruby.new <<-EOS
#encoding:UTF-8%><% tags = template.class::QUOTED_TAGS[@type] %><%= tags.first %><%
 attr? :role %><span#{attribute('class', :role)}><%
d %><%= @text %><%
 attr? :role %></span><%
d %><%= tags.last %>
  EOS
end