demarches-normaliennes/app/components/dsfr/callout_component/callout_component.html.haml

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