# File lib/asciidoctor/backends/html5.rb, line 807
  def template
    @template ||= @eruby.new "<%#encoding:UTF-8%><div\#{id} class=\"videoblock\#{style_class}\#{role_class}\">\n\#{title_div :caption => true}\n<div class=\"content\">\n<video src=\"<%= media_uri(attr :target) %>\"\#{attribute('width', :width)}\#{attribute('height', :height)}<%\nif attr? 'poster' %> poster=\"<%= media_uri(attr :poster) %>\"<% end %><%\nif attr? 'autoplay-option' %> autoplay<% end %><%\nunless attr? 'nocontrols-option' %> controls<% end %><%\nif attr? 'loop-option' %> loop<% end %>>\nYour browser does not support the video tag.\n</video>\n</div>\n</div>\n"
  end