class Asciidoctor::DocBook45::SectionTemplate

def template

def template
  @template ||= @eruby.new <<-EOF
#encoding:UTF-8%>
%= document.doctype == 'book' && level <= 1 ? 'chapter' : 'section' %>#{id}#{role}#{xreflabel}>
#{title}
= content %>
<%= document.doctype == 'book' && level <= 1 ? 'chapter' : 'section' %>>
  EOF
end