class Asciidoctor::DocBook45::BlockFloatingTitleTemplate
def template
def template @template ||= @eruby.new <<-EOS #encoding:UTF-8%><bridgehead#{id}#{role}#{xreflabel} renderas="sect<%= @level %>"><%= title %></bridgehead> EOS end
def template @template ||= @eruby.new <<-EOS #encoding:UTF-8%><bridgehead#{id}#{role}#{xreflabel} renderas="sect<%= @level %>"><%= title %></bridgehead> EOS end