<%#encoding:UTF-8%> class="<%= ['imageblock',@style,role].compact * ' ' %>"<% if (attr? :align) || (attr? :float) %> style="<%= [("text-align: #{attr :align};" if attr? :align),("float: #{attr :float};" if attr? :float)].compact * ' ' %>"<% end %>>
<% if attr? :link %> <%= attr :alt %><%= (attr? :height) ? %( height="#{attr :height}") : nil %>><% else %> <%= attr :alt %><%= (attr? :height) ? %( height="#{attr :height}") : nil %>><% end %>
<% if title? %>
<%= captioned_title %>
<% end %>