Product
Acme SaaS Marketing Site Template ships multiple optional page packs you can enable when creating a new site with dotnet new.
Core pages cover conversion paths: home, services, pricing, FAQ, contact, and legal. Product packs add platform, solutions, integrations, compare, and security routes. Content packs add blog, resources, careers, and case studies. Trust packs add partners, trust center, and tech landscape.
Each pack is guarded by feature flags in appsettings.json so you can disable routes in staging without removing code.
Replace JSON under wwwroot/data/pages and localization keys in SharedResources.resx to match your brand voice.
When you are ready for a CMS, implement IPageContentService against your headless API and keep the same Razor sections.