<% local data, viewlibrary, page_info, session = ... html = require("acf.html") %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") end %> <% local header_level = htmlviewfunctions.displaysectionstart(data, page_info) %>
<%= html.html_escape(data.value) %>
<% htmlviewfunctions.displaysectionend(header_level) %>