]> code.communitydata.science - coldcallbot-discord.git/blob - templates/shuffler.html
Removing test file
[coldcallbot-discord.git] / templates / shuffler.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <title>Shuffled List</title>
5     <link rel="stylesheet" href='/static/main.css' />
6 </head>
7 <body>
8 <h3>
9   Shuffled List:
10 </h3>
11
12 <ul>
13   {% for member in result %}
14   <li> {{member}} </li>
15   {% endfor %}
16 </ul>
17
18 </body>
19 </html>

Community Data Science Collective || Want to submit a patch?