8 lines
189 B
Text
8 lines
189 B
Text
%div{ class: callout_class }
|
|
- if title.present?
|
|
%h3.fr-callout__title= title
|
|
- if html_body?
|
|
.fr-callout__text= html_body
|
|
- if body?
|
|
%p.fr-callout__text= body
|
|
= bottom
|