some functionality for the basic flow of appsc
[nodejsws.git] / examples / simple / purls / justlayout.js
diff --git a/examples/simple/purls/justlayout.js b/examples/simple/purls/justlayout.js
new file mode 100644 (file)
index 0000000..f02b439
--- /dev/null
@@ -0,0 +1,6 @@
+exports.layout = function(request, response) {
+       var tkl = "<html><body><h1>Just a Layout</h1>this purl is simple a layout";
+       tkl += " and nothing else!</body></html>";
+       
+       return tkl;
+}
\ No newline at end of file