# Perinatologie website — authoring context This repository is the public perinatologie.nl marketing website. It is rendered by the Atlas viewer in public mode. Every page is a Markdown file under `content/`; the file path is the URL path. ## Page frontmatter ```yaml --- layout: landing title: Page title seo: description: "..." image: /assets/img/... --- ``` ## Section shortcodes Use `:::hero`, `:::features` / `:::feature-card`, and `:::cta` as documented in the Orfeus/Onatal web-atlas pattern. Homepage-specific HTML blocks (partners grid, news grid, timeline, FAQ accordion) live as raw HTML inside the Markdown and are styled in `assets/css/site.css`. ## HTML in Markdown This repo opts into raw HTML via `atlas.yaml`: ```yaml markdown: html_input: allow ``` Atlas defaults to `strip` elsewhere. Only enable `allow` on trusted public sites — it lets partner/news grids and figures render as HTML/web components. ## Migration note Content was migrated from the Strapi CMS (`strapiperi`) that previously backed `perinatologie-next`. Cookie- and privacyverklaring PDFs are stored next to their pages under `content/`.