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