--- layout: default --- {% include header.html %}

{{ page.title }}

{{ page.rq }}

{{ content }}

Explorations

{% assign explorations = site.explorations | where: "category", page.id %} {% for exploration in explorations %}
{{ forloop.index | prepend: '0'}}

{{ exploration.title }}

{% endfor %}