<% Object.keys(componentsBySections).map(function(section) { %>
<%= componentsBySections[section].name %>
<% }) %>
<% } else { %>
<%= index.title %>
<% } %><%= componentsBySections[section].name %>
<% componentsBySections[section].components.map(function(component) {
const frontMatter = _.merge({}, options.components.frontMatter, component.frontMatter);
%>
<%= component.page.name %>
<% }) %>