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

<h1>Modules</h1>

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