{% extends '_types/root/_index.html' %} {% block content %}

Markets

{% if markets %}
{% for m in markets %}

{{ m.name }}

{% if m.description %}

{{ m.description }}

{% endif %}
{% endfor %}
{% else %}

No markets available.

{% endif %}
{% endblock %}