<%- include('_header') -%>

Daily Stormer Search

Archive

<% years.forEach((year) => { %>

<%- year %>

<% }) %>

Categories

<% categories.forEach((c) => { %>

<%- c.capitalized %>

<% }) %>

Tags

<% tags.forEach((t, i) => { %> <% let comma = (i == tags.length - 1) ? '' : ' / ' %> <%- t.name %><%- comma %> <% }) %>
<%- include('_footer') -%>