- {backgroundImage && ( - - - - )} - - {scriptedTopTitle && ( - - - {scriptedTopTitle} - - - )} - - {heading} - - {bodyText && ( - - {bodyText} - - )} - - {primaryButton ? ( - - {primaryButton.forceReload ? ( - - {primaryButton.title} - {primaryButton.materialIcon} - - ) : ( - - {primaryButton.title} - {primaryButton.materialIcon} - - )} - - ) : null} - {secondaryButton ? ( - - - {secondaryButton.title} - {secondaryButton.materialIcon} - - - ) : null} - - -