{% extends "layouts/base.html" %}
{% block content %}
<p class="text-slate-900">balls</p>
{% for section_path in section.subsections %}
{% set section = get_section(path=section_path) %}
<a href={{ section.permalink }}>{{ section.title }}</a>
{% endfor %}
{% endblock content %}