blob: d1419fc37baff6558d3e2785d6e1d947b6444674 (
plain)
1
2
3
4
5
6
7
8
|
<% local view = ... %>
<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>
<h1><%= html.html_escape(view.label) %></h1>
<DL>
<% htmlviewfunctions.displayitem(view) %>
</DL>
|