class Asciidoctor::HTML5::BlockAdmonitionTemplate

def template

def template
  @template ||= @eruby.new <<-EOS
#encoding:UTF-8%><div#{id} class="admonitionblock <%= attr :name %>#{role_class}">
able>
r>
d class="icon"><%
 attr? 'icons', 'font' %>
 class="icon-<%= attr :name %>" title="<%= @caption %>"></i><%
sif attr? 'icons' %>
mg src="<%= icon_uri(attr :name) %>" alt="<%= @caption %>"><%
se %>
iv class="title"><%= @caption %></div><%
d %>
td>
d class="content">
title_div}
= content %>
td>
tr>
table>
div>
  EOS
end