modules/CDev/GoSocial/templates/web/customer/modules/CDev/GoSocial/page/parts/share.twig line 1

Open in your IDE?
  1. {##
  2.  # Share buttons
  3.  #
  4.  # @ListChild (list="static_page.info", weight="100000")
  5.  #}
  6. {% if this.get('page').showSocialButtons %}
  7.   <div class="share clearfix">
  8.     {{ widget_list('buttons.share') }}
  9.   </div>
  10. {% endif %}