nagasurendra's picture
Update templates/index.html
47f1abc verified
raw
history blame contribute delete
274 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome Page</title>
</head>
<body>
<h1>Welcome, {{ name }}!</h1>
<p>Your email: {{ email }}</p>
</body>
</html>