diff --git a/bakerydemo/templates/blocks/captioned_image_block.html b/bakerydemo/templates/blocks/captioned_image_block.html
index 092ddb662..c9318df8f 100644
--- a/bakerydemo/templates/blocks/captioned_image_block.html
+++ b/bakerydemo/templates/blocks/captioned_image_block.html
@@ -1,6 +1,7 @@
{% load wagtailimages_tags %}
Find more blog posts with similar tags
-Find more blog posts with similar tags
+- {{ page.introduction }} -
- {% endif %} ++ {{ page.introduction }} +
+ {% endif %} -Origin
-{{ page.origin }}
- {% endif %} - {% if page.bread_type %} -Type
-{{ page.bread_type }}
- {% endif %} - {% with ingredients=page.ordered_ingredients %} - {% if ingredients %} -Origin
+{{ page.origin }}
+ {% endif %} + {% if page.bread_type %} +Type
+{{ page.bread_type }}
+ {% endif %} + {% with ingredients=page.ordered_ingredients %} + {% if ingredients %} +You searched{% if search_query %} for “{{ search_query }}”{% endif %}, {{ search_results|length }} result{{ search_results|length|pluralize }} found.
-- {% if result.specific.content_type.model == "blogpage" %} - Blog Post - {% elif result.specific.content_type.model == "locationpage" %} - Location - {% else %} - Bread - {% endif %} -
-- {% if result.specific.search_description %}{{ result.specific.search_description|richtext }}{% endif %} -
-You searched for “{{ search_query }}”, {{ search_promotions|length }} result{{ search_promotions|length|pluralize }} found.
-- {% if search_promotion.page.specific.content_type.model == "blogpage" %} - Blog Post - {% elif search_promotion.page.specific.content_type.model == "locationpage" %} - Location - {% else %} - Bread - {% endif %} -
-- {% if search_promotion.page.specific.search_description %}{{ search_promotion.page.specific.search_description|richtext }}{% endif %} -
-- External link -
-- {% if search_promotion.description %}{{ search_promotion.description|richtext }}{% endif %} -
-You searched{% if search_query %} for “{{ search_query }}”{% endif %}, {{ + search_results|length }} result{{ search_results|length|pluralize }} found.
++ {% if result.specific.content_type.model == "blogpage" %} + Blog Post + {% elif result.specific.content_type.model == "locationpage" %} + Location + {% else %} + Bread + {% endif %} +
++ {% if result.specific.search_description %}{{ + result.specific.search_description|richtext }}{% endif %} +
+You searched for “{{ search_query }}”, {{ search_promotions|length }} + result{{ search_promotions|length|pluralize }} found.
++ {% if search_promotion.page.specific.content_type.model == "blogpage" %} + Blog Post + {% elif search_promotion.page.specific.content_type.model == "locationpage" %} + Location + {% else %} + Bread + {% endif %} +
++ {% if search_promotion.page.specific.search_description %}{{ + search_promotion.page.specific.search_description|richtext }}{% endif %} +
+No results found for “{{ search_query }}”.
+ ++ External link +
++ {% if search_promotion.description %}{{ search_promotion.description|richtext }}{% endif + %} +
+You didn't search for anything!
- {% endif %} -No results found for “{{ search_query }}”.
+ {% endif %} + {% else %} +You didn't search for anything!
+ {% endif %}{{ img.title }}