dte2 / templates /datetime.html
LovnishVerma's picture
Upload 6 files
aa7a3b1 verified
raw
history blame contribute delete
242 Bytes
<html>
<head>
<title>My Flask App</title>
</head>
<body>
<h1>Current Date and Time</h1>
<p>The current date and time is: {{ current_time }}</p>
<br>
<a href="/">Go to Back to homepage</a> <br>
<br>
</body>
</html>