<%- include('partials/navbar.ejs', {now:'index'}) %>
<% let i = 0; customThemeOptions.cards.forEach((stats) => { %>

<%- req?.locales?.index?.feeds[i] || stats.title %>

<%- stats.getValue %>
<% if(stats.progressBar && stats.progressBar.enabled){ %>
<% } %>
<% i++ }); %>

<%- req?.locales?.index?.card?.category %>

<%- req?.locales?.index?.card?.title %>

<%- req?.locales?.index?.card?.description %>

<%= req?.locales?.index?.card?.footer %>

<% if(themeConfig.index?.card?.link?.enabled) { %> <%- req?.locales?.index?.card?.link?.text %> <% } %>
<%- req?.locales?.index?.feeds.title || "Feeds" %>
<%- include('partials/feeds.ejs', {require, admin:false}) %>
<% if(themeConfig.index?.graph?.enabled) { %>
<%- req?.locales?.index?.graph?.title %>
<% if(themeConfig.index.graph.lineGraph) { %>
<% } %>
<% if(!themeConfig.index.graph.lineGraph) { %> <% } else { %> <% } %>
<% if(themeConfig.index.graph.lineGraph) { %>
<% } %>
<% } %>
<%- include('partials/footer.ejs') %>