sails-blueprint-generate
Version:
Interactive Sails Blueprint generator
13 lines (11 loc) • 709 B
JavaScript
/* ============ ><><><><><><><><>< Stater ><><><><><><><><>< ============ */
/* =========== Web Template Development is just like a Beer =========== */
/* ============ ><><><><><><><><><><><><><><><><><><><><><>< ============ */
module.exports = {
$name : 'About Page',
title : "About Page",
message : "Do you know? You don\"t need to add router and etc to get page such this working. " +
"What you need to do is only create html file inside views folder, and then you can visit that " +
"page with removing the <b>.html</b> extension from the path. " +
"<br>E.g <b>http://localhost/about/stater</b> for file <b>/views/about/stater.html</b>"
}