# File lib/asciidoctor/backends/docbook45.rb, line 744 def template @template ||= @eruby.new "<%#encoding:UTF-8%><inlinemediaobject>\n<imageobject>\n<imagedata fileref=\"<%= image_uri(@target) %>\"\#{attribute('width', :width)}\#{attribute('depth', :height)}/>\n</imageobject>\n<textobject><phrase><%= attr :alt %></phrase></textobject>\n</inlinemediaobject>\n" end