blob: 0774c4e15773910231cd1a2d8c701d154ba03756 (
plain)
1
2
3
4
5
6
7
|
<% local view, viewlibrary, page_info, session = ... %>
<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>
<% local header_level = htmlviewfunctions.displaysectionstart(view, page_info) %>
<pre><%= html.html_escape(view.value.value) %></pre>
<% htmlviewfunctions.displaysectionend(header_level) %>
|