🚀 New Feature: Simplified linear include processing system is now live!
🔨 What Changed
- Linear single-pass processing - no more infinite loops
- Clean include start/end tag syntax
- Master template for consistent page structure
- All HTML content moved to include files
🛠️ New Workflow
- Copy master.template.html for new pages
- Replace content between markers
- Run ./build.sh to generate complete pages
- All shared elements automatically included
💡 Developer Note: This system is perfect for future CMS integration. The unique content area can be easily managed through a web interface while keeping all shared elements consistent.