UNPKG

citizen

Version:

Node.js MVC web application framework. Includes routing, serving, caching, session management, and other helpful tools.

16 lines (14 loc) 298 B
// [pattern] model export const content = () => { return { metaData: { title: '[pattern] pattern template', description: 'An example of a citizen MVC pattern', keywords: 'citizen, mvc, template' }, main: { header: '[header]', text: '[text]' } } }