{% block body %}{{ this.body }}{% endblock %}

{% for child in site.query('/').filter(F.section_id != 'gsoc')|sort(attribute='key') %}

{{ child.title }}

{{ child.subtitle }}

{{ child.section }}
{{ child.cta }}
{% endfor %}