<%- include('../partials/post-nav', { newerPost: (typeof newerPost !== 'undefined' ? newerPost : null), olderPost: (typeof olderPost !== 'undefined' ? olderPost : null) }) %>
<% if (typeof pgTitle !== 'undefined' && pgTitle) { %><%= pgTitle %>
<% } %>
<% if (typeof pgTeaser !== 'undefined' && pgTeaser) { %>
<% } %>
<% var _hasPatron = (typeof pgPatronUrl !== 'undefined' && pgPatronUrl); %>
💶
<%= t('pgate.h') %>
<% if (typeof pgCents !== 'undefined' && pgCents) { %><%= t('pgate.sub_cents', { eur: (pgCents/100).toFixed(2) }) %><% } else { %><%= t('pgate.sub') %><% } %>
<% if (_hasPatron) { %>
<%= t('pgate.join') %>
<% } else { %>
<% } %>
<%# Het script staat in assets/js/mod/paid-gate.js; de gegevens via partials/page-data.ejs (shaer-bqr). %>
<%- include('../partials/page-data', { pageData: { base: (typeof siteUrlBase !== 'undefined' && siteUrlBase ? siteUrlBase : ''), slug: pgSlug, hasPatron: !!_hasPatron, i18n: { join: t('pgate.join_short'), confirm: t('pgate.confirm'), failed: t('pgate.failed'), error: t('pgate.error') } } }) %>