summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/template-serialized.lsp5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/template-serialized.lsp b/app/template-serialized.lsp
new file mode 100644
index 0000000..af84d94
--- /dev/null
+++ b/app/template-serialized.lsp
@@ -0,0 +1,5 @@
+<% local view, viewlibrary, page_info, session = ... %>
+Status: 200 OK
+Content-Type: "text/text"
+<% io.write("\n") %>
+<% page_info.viewfunc(view, viewlibrary, page_info, session) %>