class Asciidoctor::DocBook45::BlockExampleTemplate

def template

def template
  @template ||= @eruby.new <<-EOF
#encoding:UTF-8%><<%= (tag_name = title? ? 'example' : 'informalexample') %>#{common_attrs_erb}>#{title_tag}
content_erb}
<%= tag_name %>>
  EOF
end