website/templates/paragraph.html.erb

5 lines
161 B
Plaintext
Raw Normal View History

2023-11-08 05:53:03 +00:00
<p<%= @id && %( id="#{@id}") %> <% if role %>class="<%= role %>"<% end %>>
<% if title? %><div class="title"><%= title %></div><% end %>
<%= content %>
2023-11-03 08:04:27 +00:00
</p>