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

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