{% comment %} Renders share button. Accepts: - block: {Object} passes in the block information. - share_link: {String} url to be added to the input the user will get/copy. Usage: {% render 'share-button', block: block, share_link: share_url %} {% endcomment %} {% render 'icon-share' %} {{ block.settings.share_label | escape }} {% render 'icon-share' %} {{ block.settings.share_label | escape }} {{ 'general.share.share_url' | t }} {% render 'icon-close' %} {{ 'general.share.close' | t }} {% render 'icon-clipboard' %} {{ 'general.share.copy_to_clipboard' | t }}