Frontend
myMVC makes use of the robust Smarty Template Engine.
All Templates you define in your module's template folder.
myMVC provides a standard set of template files when you create your module via myMVC.phar (see: Creating a Module]). Below you can see the directory structure of the standard set of templates.
templates directory structure
modules/Foo/templates/
└── Frontend
├── content
│ ├── 404.tpl
│ ├── _cookieConsent.tpl
│ ├── index.tpl
│ └── _noscript.tpl
└── layout
├── footer.tpl
├── header.tpl
├── index.tpl
└── menu.tpl
Smarty
For more Information about how to code templates with powerful Smarty Template Engine please visit the official Website https://www.smarty.net/