{% if group.allow_comments %}
        <div class="blog-comments">
          {% module 'blog_comments'
            path='@hubspot/blog_comments',
            label="Blog comments"
          %}
        </div>
      {% endif %}