# File lib/asciidoctor/backends/docbook45.rb, line 758
  def template
    @template ||= @eruby.new "<%#encoding:UTF-8%><%\nif @type == :xref\n%><footnoteref linkend=\"<%= @target %>\"/><%\nelse\n%><footnote\#{id}><simpara><%= @text %></simpara></footnote><%\nend %>\n"
  end