---
import { getCollection } from 'astro:content';
import Layout from '../../layouts/Layout.astro';
import Hero from '../../components/Hero.astro';
import Section from '../../components/Section.astro';
import { getEntry } from 'astro:content';
const entries = (await getCollection('wisdom'))
.filter((entry) => entry.id.startsWith('planning/') || entry.id.startsWith('community/'))
.filter((entry) => entry.data.website !== false);
---
Guidance for the practical and personal decisions families face. {e.data.excerpt}Resources
{entries.map((e) => (