diff --git a/templates/conference/show.html.twig b/templates/conference/show.html.twig index 0e7d4dc..8b258d9 100644 --- a/templates/conference/show.html.twig +++ b/templates/conference/show.html.twig @@ -3,7 +3,7 @@ {% block title %}Conference Guestbook - {{ conference }}{% endblock %} {% block body %} -

{{ conference }} Conference

+

{{ conference }} Conference

{% if comments|length > 0 %}
There are {{ comments|length }} comments.