<% if (typeof footerNewsletter !== 'undefined' && footerNewsletter && (typeof premiumUnlocked === 'undefined' || premiumUnlocked) && typeof site !== 'undefined' && site) { %>
📬 <%= t('footer.subscribe_cta') %>
<% } %>
© <%= new Date().getFullYear() %> <%= (site && site.title) || 'Klonkt' %>
<%# Install-app button — placed in the footer row (centre), saves a whole extra row. JS detects the platform & opens a modal with PWA install steps. %>
<% if (typeof langs !== 'undefined' && langs && langs.length > 1) { %> <% } %> Klonkt<%= (typeof appVersion !== 'undefined' && appVersion) ? ' v' + appVersion : '' %> <%# Mobile-only theme toggle. On desktop the topnav has its own toggle so we hide this one to avoid two visible toggles at once. The same toggleTheme handler in topnav.ejs picks this button up by id. %>