Templates
From Snapp CMS Developer Documentation
Templates are responsible for the layout of your pages. They consist of a PHP file which contains the presentation logic for the parts of your page.
There are two types of templates available:
Master Templates - responsible for laying out site-wide components (e.g. headers and footers, navigation menus)
and
Module Templates - responsible for laying out the components of individual pages using the module.
