diff --git a/templates/_/components/blocks/ctaCaption.twig b/templates/_/components/blocks/ctaCaption.twig index 6c46b67b..0d4aaa61 100644 --- a/templates/_/components/blocks/ctaCaption.twig +++ b/templates/_/components/blocks/ctaCaption.twig @@ -18,7 +18,7 @@ {% if heading %} - {{ include(template_from_string(heading)|raw) }} + {{ include(template_from_string(heading) | raw) }} {% endif %} @@ -28,7 +28,7 @@ {% if information %} - {{ include(template_from_string(information)|raw) | typogrify }} + {{ include(template_from_string(information) | raw) | typogrify }} {% endif %} diff --git a/templates/_/components/blocks/form.twig b/templates/_/components/blocks/form.twig index bfae9000..3228c894 100644 --- a/templates/_/components/blocks/form.twig +++ b/templates/_/components/blocks/form.twig @@ -33,7 +33,7 @@