TEMPLATES

This folder is used for dynamically generating pages with data.

Check the folder template1 as an example. Data can be inside template.json or as an external json file. 

Each template folder should contain the following files with these specific names:
template.ejs = Contains the template html structure filled with data variables
template.json = Contains array of page data which is used for generating pages using template.ejs
