class Asciidoctor::HTML5::InlineBreakTemplate

def template

def template
  @template ||= @eruby.new <<-EOS
#encoding:UTF-8%><%= text %><br>
  EOS
end