diff --git a/app/views/coronavirus_landing_page/components/shared/_country_section.html.erb b/app/views/coronavirus_landing_page/components/shared/_country_section.html.erb index cde0a6263..c442df1ed 100644 --- a/app/views/coronavirus_landing_page/components/shared/_country_section.html.erb +++ b/app/views/coronavirus_landing_page/components/shared/_country_section.html.erb @@ -1,5 +1,10 @@ <% guidance ||= nil %> +<% if guidance.present? && guidance["intro"].present? %> +

+ <%= render_govspeak(guidance["intro"]) %> +

+<% end %> <% if guidance.present? && guidance["links"].present? %> <% guidance_links = guidance["links"].map do | link |