render-page
(render-page template data)
Pass in the path to a template name relative to the `views` folder
(as a string without the .mustache extension) and the data for the
template (a map). This method includes the partials for the header
and footer.
render-page-partials
(render-page-partials template data partials)
Pass in the path to a template name relative to the `views` folder
(as a string without the .mustache extension), the data for the template (a map),
and a list of partials (keywords) corresponding to like-named template filenames.
Partials should be placed in the `views/_partials` directory.