Flask-Workshop/templates/factorial.html

8 lines
145 B
HTML

<html>
<head>
<title>Factorial</title>
</head>
<body>
The factorial of {{ number }} = {{ factorial }}
</body>
</html>