lkatcheroff commited on
Commit
73c552e
·
verified ·
1 Parent(s): 67b517e

Update templates/website.html

Browse files
Files changed (1) hide show
  1. templates/website.html +2 -0
templates/website.html CHANGED
@@ -12,6 +12,8 @@
12
 
13
  <button>Run</button>
14
  </form>
 
15
  <p style="text-align: center;">{{ output }}</p>
 
16
  </body>
17
  </html>
 
12
 
13
  <button>Run</button>
14
  </form>
15
+ {% for output in outputs %}
16
  <p style="text-align: center;">{{ output }}</p>
17
+ {% endfor %}
18
  </body>
19
  </html>