The requested page could not be found.
Method: ${method}, Path: ${path}
Go back to the main page ` }; } catch (error) { console.error('Error:', error); return { statusCode: 500, headers: { 'Content-Type': 'text/html' }, body: `An error occurred while processing your request.
Go back to the main page ` }; } } ``` * template.html ```html