Spaces:
Sleeping
Sleeping
File size: 165 Bytes
1f074d8 |
1 2 3 4 5 6 7 8 9 10 11 12 |
<!DOCTYPE html>
<html>
<head>
<title>Polls</title>
</head>
<body>
<h1>Polls</h1>
<ul>
{% block content %}{% endblock %}
</ul>
</body>
</html> |