<%# Same post navigation (Newer/Older) as on a regular post, so a visitor
on the fan gate can still browse rather than getting stuck. Same
dimensions as .post-page (720px / padding 0 1rem) for pixel-perfect alignment. %>
<%- include('../partials/post-nav', { newerPost: (typeof newerPost !== 'undefined' ? newerPost : null), olderPost: (typeof olderPost !== 'undefined' ? olderPost : null) }) %>
🔒
<%= t('fgate.title') %>
<% if (typeof fgTitle !== 'undefined' && fgTitle) { %>
"<%= fgTitle %>"
<% } %>
<%= t('fgate.sub') %>
<%= t('fgate.login') %>