summaryrefslogtreecommitdiffstats
path: root/app/template-ajax.lsp
blob: 96e6378177d6abba8bbf3476722372581f6606dd (plain)
1
2
3
4
5
6
7
8
<% local view, viewlibrary, page_info = ... %>
<% require("json") %>
Status: 200 OK
Content-Type: "application/json"
<% io.write("\n") %>
<%
	print(json.encode(view))
%>