# File lib/asciidoctor/backends/html5.rb, line 569 def template @template ||= @eruby.new <%#encoding:UTF-8%><div#{id} class="quoteblock#{role_class}">#{title_div}<blockquote><%= content %></blockquote><%if (attr? :attribution) || (attr? :citetitle) %><div class="attribution"><% if attr? :citetitle %><cite><%= attr :citetitle %></cite><% end if attr? :attribution if attr? :citetitle %><br><% end %><%= "— \#{attr :attribution}" %><% end %></div><%end %></div> end
Generated with the Darkfish Rdoc Generator 2.