mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-30 22:57:59 +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>
|