summaryrefslogtreecommitdiffstats
path: root/openssl-viewrequest-html.lsp
blob: a4e6440f474e647ea4cee5fe78ced5711773d896 (plain)
1
2
3
4
5
<% local view, viewlibrary = ... %>
<% html = require("acf.html") %>

<h1>Request Details</h1>
<pre><%= html.html_escape(view.value.value) %></pre>