# Rendering Pipeline URL: /bengal/docs/0.4.3/reference/architecture/rendering/ Section: rendering -------------------------------------------------------------------------------- Rendering Pipeline How Bengal transforms source content into final output. Stage What it does Key modules Discovery Find .md files, parse frontmatter bengal/content/discovery/ Rendering Template selection, Markdown → HTML bengal/rendering/, bengal/parsing/ Post-Process Sitemap, RSS, redirects, social cards bengal/postprocess/ Health Link validation, content checks bengal/health/ Template Resolution Check for explicit template in frontmatter Match by content type (page → page.html, section → list.html) Fall back to single.html Note Note The rendering pipeline is lazy — templates are compiled on first use and cached. -------------------------------------------------------------------------------- Metadata: - Author: lbliii - Word Count: 82 - Reading Time: 1 minutes