{% extends "base.html" %} {% block title %} Index {% endblock %} {% block body %}

Mina brädspel

{% for i in range(games| length) %}
  • {{ games[ i ].name }} remove
  • {% endfor %}






    {% endblock %}