summaryrefslogtreecommitdiff
path: root/test/fixtures/custom-backends/erb/html5/open.html.erb
blob: ca738ed765e145b3569240e09588065f65731d6d (plain) (blame)
1
2
3
4
5
6
7
8
<div<%= @id && %( id="#{@id}") %> class="<%= ['openblock',(@style == 'open' ? nil : @style),role].compact * ' ' %>"><%
  if title? %>
<div class="title"><%= title %></div><%
  end %>
<div class="content">
<%= content %>
</div>
</div>