{% set attributes = { id: id ?? "copytext#{random()}", class: (class ?? [])|explodeClass|push('copytextbtn'), role: 'button', title: 'Copy to clipboard'|t('app'), aria: { label: 'Copy to clipboard'|t('app'), }, tabindex: '0', } %}