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

<h1>Modules</h1>

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