{% extends "info/base" %} {% block header %} Format: Player turn (actions) {% endblock %} {% block info %}
{
“moves”: [
{
“origin”: “my boring planet”,
“destination”: “my cool planet”,
“ship_count”: 23
}
]
}