--- import BaseLayout from '../layouts/base.astro'; import * as config from '../config.yaml'; import contributors from '../contributors.json'; import { isRenderTemplateResult } from 'astro/runtime/server/render/astro/render-template.js'; ---
a
b
c

Our mission

Topics

{config.landing.topics.map((topic) => (
{topic}
))}

Follow us

{config.landing.follow.map((item) => ( {item.name} {item.text} ))}

Coordination

{config.landing.coord.map((item) => ( {item.name} {item.text} ))}

Join the Community

{config.landing.community}
{contributors.map((contrib) => (
))}