@@if(ariaExpanded === true) {
@@question
@@if(icon === 'plus') {
@@include('plusIcon.html')
}
@@if(icon === 'arrow') {
@@include('v02/arrowIcon.html')
}
}
@@if(ariaExpanded === false) {
@@question
@@if(icon === 'plus') {
@@include('plusIcon.html')
}
@@if(icon === 'arrow') {
@@include('v02/arrowIcon.html')
}
}