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