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