props.controller.setLayout('modal', { title: 'Alert', }); return <div>{props.message || 'Not Found'}</div>;