6-315/www/templates/test.html

13 lines
255 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Test users - Moe Python Webapp</title>
</head>
<body>
<h1>FUCK</h1>
{% for u in users %}
<p>{{ u.name }} / {{ u.email }} /{{u.password}}</p>
{% endfor %}
</body>
</html>