Start a game with a bot:
{% for botname, started in bots %} {% if started %}
{{ botname }} started
{% else %}
{{ botname }}
{% endif %} {% endfor %}