summaryrefslogtreecommitdiffstats
path: root/app/template-json.lsp
blob: df7343ebd3e58f8d8d127267cf31e87cf2494148 (plain)
1
2
3
4
5
6
7
8
<% local view, viewlibrary, page_info, session = ... %>
Status: 200 OK
CacheControl: no-store
Pragma: no-cache
Expires: -1
Content-Type: "application/json"
<% io.write("\n") %>
<% page_info.viewfunc(view, viewlibrary, page_info, session) %>