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

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