Flask-Workshop/templates/factorial.html

8 lines
145 B
HTML
Raw Normal View History

2020-11-22 13:41:09 +00:00
<html>
<head>
<title>Factorial</title>
</head>
<body>
The factorial of {{ number }} = {{ factorial }}
</body>
</html>