9 lines
234 B
Text
9 lines
234 B
Text
%div{ class: callout_class }
|
|
- if title.present?
|
|
= content_tag(heading_level, class: 'fr-callout__title') do
|
|
= title
|
|
- if html_body?
|
|
.fr-callout__text= html_body
|
|
- if body?
|
|
%p.fr-callout__text= body
|
|
= bottom
|