# File lib/asciidoctor/backends/html5.rb, line 176 def template @template ||= @eruby.new "<%#encoding:UTF-8%><% unless notitle || !has_header? %><h1\#{id}><%= header.title %></h1>\n<% end %><%= content %>\n<% unless !footnotes? || (attr? :nofootnotes) %><div id=\"footnotes\">\n<hr>\n<% footnotes.each do |fn| %>\n<div class=\"footnote\" id=\"_footnote_<%= fn.index %>\">\n<a href=\"#_footnoteref_<%= fn.index %>\"><%= fn.index %></a>. <%= fn.text %>\n</div>\n<% end %>\n</div><% end %>\n" end