# File lib/asciidoctor/backends/html5.rb, line 236
  def template
    @template ||= @eruby.new "<%#encoding:UTF-8%><div id=\"preamble\">\n<div class=\"sectionbody\">\n<%= content %>\n</div><%= template.toc(self) %>\n</div>\n"
  end