<%# Post navigation (Newer link left / Older right) — shared by post.ejs and fan-gate.ejs. Expects newerPost + olderPost in scope. If a neighbour is missing, a greyed-out placeholder keeps every post in the same two-card structure. %> <% if ((typeof newerPost !== 'undefined' && newerPost) || (typeof olderPost !== 'undefined' && olderPost)) { %> <% } %>