class Asciidoctor::HTML5::EmbeddedTemplate
def template
def template @template ||= @eruby.new <<-EOS #encoding:UTF-8%><% unless notitle || !has_header? %><h1#{id}><%= header.title %></h1> end %><%= content %> EOS end
def template @template ||= @eruby.new <<-EOS #encoding:UTF-8%><% unless notitle || !has_header? %><h1#{id}><%= header.title %></h1> end %><%= content %> EOS end