UNPKG

glintcms-starter-intesso

Version:

This is a WebSite implementation with GlintCMS. It shows how you can use GlintCMS.

7 lines (4 loc) 170 B
exports.identifier = 'page-article'; exports.route = '/articles/:article'; exports.dataTemplate = '__template__'; exports.place = process.env.GLINT_PLACE || 'browser';