Skip to main content
Help Center
Toggle navigation menu
Platform Login
Submit a request
Sign in
Categories
Ensighten Help
Platform
Getting Started with Ensighten
Compliance and Privacy
Compliance and Privacy
Compliance and security information
Data Collection and HIPAA Compliance
<% var getDate = function(article) { return article.created_at !== article.updated_at ? article.updated_at : article.created_at; } var sortByDate = function(a, b) { return new Date(getDate(b)) - new Date(getDate(a)); } articles = articles.sort(sortByDate).slice(1, maxArticles); %> <% if (articles.length) { %> <% if (heading) { %>
<%= heading %> <% } %>
<% articles.forEach(function(article) { %>
<%= article.title %>
<% }) %> <% } %>