<%- include('partials/nav', { activePage: 'home' }) %>

<%= t('home.squadronBattles') %>
<%= t('home.madeSimple') %>

Meow

<%= t('home.joinServers') %>

<%= t('home.addToDiscord') %>
<% if (typeof supporters !== 'undefined' && supporters.length > 0) { %>

<%= t('home.supportedBy') %>

<% supporters.forEach(function(sq) { %> <%= sq.short %> // <%= sq.long %> <% }); %>
<% } %> <%- include('partials/footer') %>