mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 09:19:00 +00:00
5 lines
161 B
Plaintext
5 lines
161 B
Plaintext
<p<%= @id && %( id="#{@id}") %> <% if role %>class="<%= role %>"<% end %>>
|
|
<% if title? %><div class="title"><%= title %></div><% end %>
|
|
<%= content %>
|
|
</p>
|