# File lib/asciidoctor/backends/html5.rb, line 994 def template @template ||= @eruby.new "<%#encoding:UTF-8%><%\nif @type == :xref\n%><span class=\"footnoteref\">[<a class=\"footnote\" href=\"#_footnote_<%= attr :index %>\" title=\"View footnote.\"><%= attr :index %></a>]</span><%\nelse\n%><span class=\"footnote\"<% if @id %> id=\"_footnote_<%= @id %>\"<% end %>>[<a id=\"_footnoteref_<%= attr :index %>\" class=\"footnote\" href=\"#_footnote_<%= attr :index %>\" title=\"View footnote.\"><%= attr :index %></a>]</span><%\nend %>\n" end