Search

Getting Started
New to Xenia? Learn how to setup your app, invite users, and create your first template & work order.
<%
var currentSection = sections.filter(function(section) { return section.id === sectionId; })[0] || null;
var sectionArticles = currentSection ? currentSection.articles : []
console.log(moment)
%>
<% sectionArticles.forEach(function(article, index) { %>
<% }) %>