class Asciidoctor::DocBook45::InlineImageTemplate

def template

def template
  @template ||= @eruby.new <<-EOF
#encoding:UTF-8%><inlinemediaobject>
<imageobject>
  <imagedata fileref="<%= image_uri(@target) %>"#{attribute('width', :width)}#{attribute('depth', :height)}/>
</imageobject>
<textobject><phrase><%= attr :alt %></phrase></textobject>
inlinemediaobject>
  EOF
end