Built to be a clean, extensible PHP starting point.
The public-facing pages now share the root template's structure while the underlying PHP application logic stays intact.
Simple structure
Shared includes handle the global shell while public content stays grouped in predictable, maintainable files.
2FA ready
The authentication flow supports Google Authenticator enrollment and TOTP verification as a second step.
Easy to extend
The scaffold is intentionally small, so new modules can be added without fighting hidden abstractions or duplicated layout code.