X-Git-Url: http://git.pjr.cc/?p=nodejsws.git;a=blobdiff_plain;f=examples%2Fsimple%2Fpurls%2Fjustlayout.js;fp=examples%2Fsimple%2Fpurls%2Fjustlayout.js;h=f02b4398c213825e6db9118e43c5e305dd6a82f7;hp=0000000000000000000000000000000000000000;hb=6127f038fce5dbe47be01fdc565c14b5d8d24b80;hpb=fd676c163d4d9499bc90612bbfa09af2e3c3b136 diff --git a/examples/simple/purls/justlayout.js b/examples/simple/purls/justlayout.js new file mode 100644 index 0000000..f02b439 --- /dev/null +++ b/examples/simple/purls/justlayout.js @@ -0,0 +1,6 @@ +exports.layout = function(request, response) { + var tkl = "

Just a Layout

this purl is simple a layout"; + tkl += " and nothing else!"; + + return tkl; +} \ No newline at end of file