{% 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 -%}

{{ macro::format_name(name=config.extra.name) }}

{% if config.extra.roles -%}

{% for role in config.extra.roles -%} {{ role }}
{% endfor %}

{%- endif -%} {% if config.extra.links -%} {% endif %} {% if sections -%} {%- endif %}
{% for section in sections -%} {{ macro::card(section=section) }} {% endfor -%} {% endblock content %}