summaryrefslogtreecommitdiffstats
path: root/openssl-viewrequest-html.lsp
blob: cbd1c4562040b1bdc10116e5cf58dafb66e0c5f9 (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>