<%= title %>

Edit content displayed on About page

View About Page
<% data.about.paragraphs.forEach((paragraph, index) => { %>
<% }); %>
<% data.about.list_items.forEach((item, index) => { %>
<% }); %>
<% if (data.about.image) { %> Section image preview <% } %>
Quote Section
<% if (data.values.background_image) { %> Background image preview <% } %>
Values
<% data.values.items.forEach((item, index) => { %>
Value Information
<% if (item.icon) { %>
Icon preview
<% } %>
<% }); %>
<% if (data.education.images.student1) { %> Student 1 image preview <% } %>
Enter YouTube URL or upload an image file (jpg, png, gif).
<% if (data.education.images.student2) { %> <% if (data.education.images.student2.includes('youtu.be') || data.education.images.student2.includes('youtube.com')) { %>
<% } else { %> Student 2 image preview <% } %> <% } %>
<% data.advantages.items.forEach((item, index) => { %>
<% }); %>
<% data.academic_board.members.forEach((member, index) => { %>
<% if (member.image) { %> Member image preview <% } %>
<% }); %>