summaryrefslogtreecommitdiffstats
path: root/hostname-html.lsp
blob: 456327943a66926379d951cfefec3bef3725a7c1 (plain)
1
2
3
4
5
6
7
<% local view = ... %>
<% require("htmlviewfunctions") %>

<h1><%= html.html_escape(view.label) %></h1>
<DL>
<% htmlviewfunctions.displayitem(view) %>
</DL>