class Asciidoctor::DocBook45::BlockAdmonitionTemplate

def template

def template
  @template ||= @eruby.new <<-EOF
#encoding:UTF-8%><<%= attr :name %>#{common_attrs_erb}>#{title_tag}
content_erb}
<%= attr :name %>>
  EOF
end