{{ text }}
{% endif %} {% if let Some(tagline) = hero.tagline %}{{ tagline }}
{% endif %} {% if let Some(actions) = hero.actions %} {% if !actions.is_empty() %}{{ title }}
{% endif %} {% if let Some(body) = notice.body %} {% for paragraph in body %}{{ paragraph }}
{% endfor %} {% endif %}{{ details }}
{% endif %}