+
+ <%= render "govuk_publishing_components/components/heading", { + text: t(".search_results_heading"), + margin_bottom: 6, + heading_level: 1, + font_size: "l", + } %> +
+ +
+ +
+
+ + <%= number_with_delimiter(@num_results) %> + <%= t('.result').pluralize(@num_results) %> <%= t('.found') %> + + + <% @datasets.each do |dataset| %> +
+

+ <%= dataset["title"] %> +

+ +

<%= truncate(strip_tags(dataset["notes"]), length: 200, separator: ' ') %>

+
+ <% end %> +
+
+
+