mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 10:58:33 +00:00
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
|
<p<%= @id && %( id="#{@id}") %> <% if role %>class="<%= role %>"<% end %>><%
|
||
|
if title? %>
|
||
|
<div class="title"><%= title %></div><%
|
||
|
end %>
|
||
|
<%= content %>
|
||
|
</p>
|