summaryrefslogtreecommitdiffstats
path: root/app/debug-html.lsp
blob: b768057138581c7b98194ab925ffaff6cfeb3d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% local data, viewlibrary, page_info, session = ... %>
<% require("htmlviewfunctions") %>

<h1>Debugging</h1>
<h2>View Data:</h2>
<%= htmlviewfunctions.cfe_unpack(data) %>

<h2>Session:</h2>
<%= htmlviewfunctions.cfe_unpack(session) %>

<h2>Page Info:</h2>
<%= htmlviewfunctions.cfe_unpack(page_info) %>