{% extends 'pageWrapper.html' %} {% block head %} {% include 'header/grassHeader.html' %} Archipelago Guides {% endblock %} {% block body %}

Archipelago Guides

{% for world_name, world_type in worlds.items() %}

{{ world_type.game }}

{% for tutorial_name, tutorial_data in tutorials[world_name].items() %}

{{ tutorial_name }}

{{ tutorial_data.description }}

This guide is available in the following languages:

{% endfor %} {% endfor %}
{% endblock %}