2022-09-16 00:07:16 +02:00
|
|
|
%div{ class: callout_class }
|
2022-11-09 12:33:20 +01:00
|
|
|
- if title.present?
|
2023-04-11 16:32:57 +02:00
|
|
|
= content_tag(heading_level, class: 'fr-callout__title') do
|
|
|
|
= title
|
2023-02-22 09:09:07 +01:00
|
|
|
- if html_body?
|
|
|
|
.fr-callout__text= html_body
|
|
|
|
- if body?
|
|
|
|
%p.fr-callout__text= body
|
2022-10-18 13:59:50 +02:00
|
|
|
= bottom
|