Asciidoctor::BaseTemplate
# File lib/asciidoctor/backends/html5.rb, line 145 def template @template ||= @eruby.new "<%#encoding:UTF-8%><% unless notitle || !has_header? %><h1#{id}><%= header.title %></h1> <% end %><%= content %> " end