<%= title %>

Edit the public Student Support page: hero, services directory, contact channels, and form labels.

<% if (frontendUrl) { %> View Student Support Page <% } %>
Full URL or relative path such as /uploads/... after upload.
<% const hi = data.hero?.image; if (hi) { %> <% let src = hi; if (!src.startsWith('http')) { src = src.startsWith('/') ? src : '/' + src; } %> <% } else { %>

No image
<% } %>
Services
<% const services = data.directory?.services || []; %> <% services.forEach(function(svc, index) { %>
<% }); %>
<% const cs = data.contactSection || {}; const fm = cs.form || {}; const fld = fm.fields || {}; %>
Contact channels
Channels
<% (cs.channels || []).forEach(function(ch) { %>
<% }); %>
Form (display labels)
Departments (dropdown)
<% (fm.departments || []).forEach(function(dep) { %>
<% }); %>