+ <%= render "govuk_publishing_components/components/heading", {
+ text: sanitize("
About #{@content_item.contact.title}"),
+ heading_level: 2,
+ font_size: "xl",
+ margin_bottom: 4,
+ } %>
+
+
+
+ <%= render partial: "content_items/worldwide_organisation/contact", locals: {
+ contact: @content_item.contact,
+ hide_title: true,
+ } %>
+
+
+ <%= render "govuk_publishing_components/components/govspeak", {} do
+ raw(@content_item.body)
+ end %>
+