website/gems/templates/paragraph.html.erb

7 lines
159 B
Plaintext

<p<%= @id && %( id="#{@id}") %> <% if role %>class="<%= role %>"<% end %>><%
if title? %>
<div class="title"><%= title %></div><%
end %>
<%= content %>
</p>