diff --git a/templates/build_status.html.twig b/templates/build_status.html.twig index 3c272cb..ab18318 100644 --- a/templates/build_status.html.twig +++ b/templates/build_status.html.twig @@ -24,7 +24,7 @@ - {% if body is defined %} + {% if body is defined and body|length > 0 %}
{{ include(template_from_string(body), build) }}