// Import components
import HTML from './HTML';
import STYLE from './STYLE';

const checkInEJSTemplate = `<!DOCTYPE html>
<html>
<head>
  ${STYLE}
</head>
${HTML}
</html>
`;

export default checkInEJSTemplate;
