Simple Mustache template using proper modularity and division of concerns.
This is an ongoing work on architecture, proper division of concerns, mobile-first code and responsiveness.
Web application with contact form containing both client and server-side validations. Template files are pure HTML for views using variables to render parts together and send them to the browser.
- Header Template
- index.php (Home)
- about.php (About)
- contact.php (Contact)
- Footer Template