summaryrefslogtreecommitdiffstats
path: root/modules-status-html.lsp
blob: c2fc9dd12cdcac97db1b49c19fd4a435cc896caa (plain)
1
2
3
4
5
6
7
8
9
<% local view = ... %>
<% html = require("acf.html") %>

<h1>Modules</h1>

<h2>Installed modules</h2>
<DL>
<pre><%= html.html_escape(view.value) %></pre>
</DL>