Skip to main content
Toggle navigation menu
Home
Submit a request
WeAre8
Manage Your Account
Search
Manage Your Account
Signing up and getting started
Account settings
Login and password
Email and mobile number
Name and username
Date of birth
Delete your account
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-6'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %> <% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<% if (article.body) { %>
<%= article.title %>
<%= Util.getExcerpt(article.body, 87) %>
Read more
<% } else { %>
<%= article.title %>
<% } %>
<% }); %>
<% } %>