# Content structure Content is stored in the `content/` folder without a database. ## Supported file formats - `.md` - Markdown (recommended) - `.php` - Dynamic PHP pages - `.html` - Static HTML pages ## File name conventions ``` en.page-name.md # English page nl.pagina-naam.md # Dutch page ``` ## Frontmatter Markdown files can contain frontmatter metadata: ```markdown --- layout: full_content plugins: HTMLBlock --- # Page title Content... ```