> +
+
+ <%= render "govuk_publishing_components/components/title", { + title: @content_item.title, + context: I18n.t("formats.#{@content_item.document_type}", count: 1), + context_locale: t_locale_fallback("formats.#{@content_item.document_type}", count: 1), + } + %> + <%= render "govuk_publishing_components/components/lead_paragraph", text: @content_item.description %> +
+ + <%= render 'shared/translations' %> +
+ +
+
+ <%= render 'components/figure', + src: @content_item.image["url"], + alt: @content_item.image["alt_text"], + credit: @content_item.image["credit"], + caption: @content_item.image["caption"] if @content_item.image %> + + <%= render "govuk_publishing_components/components/govspeak", { + direction: page_text_direction + } do %> + <%= raw(@content_item.body) %> + <% end %> +
+ <%= render 'shared/sidebar_navigation' %> +
+