- <%= render 'shared/title_and_translations', content_item: @content_item %>
-
- <% if @content_item.image.present? %>
- <%= image_tag @content_item.image, class: "logo-image" %>
- <% end %>
-
- <%= render 'components/notice', @content_item.withdrawal_notice_component %>
- <%= render 'shared/metadata', content_item: @content_item %>
- <%= render 'shared/history_notice', content_item: @content_item %>
- <%= render 'govuk_component/lead_paragraph', text: @content_item.description %>
-
-
- <% if @content_item.contents.any? %>
- <%= render 'components/contents-list', contents: @content_item.contents %>
- <% end %>
- <% if @content_item.related_mainstream_content.any? %>
-
- <% end %>
- <%= render 'govuk_component/govspeak', @content_item.govspeak_body %>
-