class Asciidoctor::DocBook45::BlockAdmonitionTemplate

def template

def template
  @template ||= @eruby.new <<-EOF
#encoding:UTF-8%><<%= attr :name %>#{id}#{role}#{xreflabel}>
#{title}
<% if blocks? %>
= content %>
<% else %>
<simpara><%= content.chomp %></simpara>
<% end %>
<%= attr :name %>>
  EOF
end