{% extends "base.html" -%} {% block content -%} {% set sections = [] -%} {% for section in config.extra.sections | default(value=[]) -%} {% set_global sections = sections | concat(with=get_section(path=section ~ "/_index.md")) -%} {% endfor -%}
{% for role in config.extra.roles -%}
{{ role }}
{% endfor %}
{% for section in sections -%} {% set section_name = macro::get_section_name(section=section) %} {{ macro::get_section_title(section=section) }} {% endfor %}