summaryrefslogtreecommitdiffstats
path: root/health-modules-html.lsp
blob: 0cd760bd03327e76828c999deaa99ba75c93eef8 (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.list.value) %></pre>
</DL>