{% for root in roots %}
{{ root.name }}
{% if root.items_o|length > 0 %}
Items
{% endif %} {% if root.moves|length > 0 %}
Moves
{% endif %} {% if root.monsters|length > 0 %}
Monsters
{% endif %} {% endfor %}
{% block navbar %}{% endblock %} {% block content %}{% endblock %}