UNPKG

citizen

Version:

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

16 lines (15 loc) 493 B
<!doctype html> <html> <head> <meta charset="utf-8"> <title>${local.metaData.title}</title> <meta name="description" content="${local.metaData.description}"> <meta name="keywords" content="${local.metaData.keywords}"> </head> <body data-controller="${route.controller}" data-action="${route.action}" data-view="${route.view}" data-mode="${config.citizen.mode}"> <main> <h1>${local.main.header}</h1> <p>${local.main.text}</p> </main> </body> </html>